github.com/loafoe/helm@v1.0.1/cmd/helm/testdata/testcharts/chart-with-template-lib-dep/charts/common/templates/configmap.yaml (about)

     1  apiVersion: v1
     2  kind: ConfigMap
     3  metadata:
     4    name: common-configmap
     5  data:
     6    myvalue: "Hello World"