github.com/zsuzhengdu/helm@v3.0.0-beta.3+incompatible/cmd/helm/testdata/testcharts/upgradetest/templates/configmap.yaml (about)

     1  apiVersion: v1
     2  kind: ConfigMap
     3  metadata:
     4    name: "{{ .Release.Name }}-configmap"
     5  data:
     6    myvalue: "Hello World"
     7    drink: {{ .Values.favoriteDrink }}