mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
351 B
19 lines
351 B
Saving 1 charts
|
|
Deleting outdated charts
|
|
Saving 1 charts
|
|
Deleting outdated charts
|
|
---
|
|
# Source: root/charts/dep1/templates/configmap1.yaml
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: dep1
|
|
annotations:
|
|
text: This is a message from dep2!!!
|
|
---
|
|
# Source: root/templates/configmaproot.yaml
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: root
|