apiVersion: v1 kind: ConfigMap metadata: name: {{ include "moh-app.fullname" . }}-config data: {{- range $key, $value := .Values.config }} {{ $key }}: {{ $value | quote }} {{- end }}