github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/charts/mungegithub/chart/templates/configmap.yaml (about) 1 apiVersion: v1 2 kind: ConfigMap 3 metadata: 4 name: {{ .Release.Name }} 5 data: 6 config: |- 7 {{- range $key, $val := .Values.config }} 8 {{ $key }}: {{ $val | quote }} 9 {{- end}}