github.com/codefresh-io/kcfi@v0.0.0-20230301195427-c1578715cc46/cmd/kcfi/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 }}