We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84d1d5 commit 5eb6516Copy full SHA for 5eb6516
helm/templates/configmap.yaml
@@ -4,7 +4,7 @@ kind: ConfigMap
4
metadata:
5
name: {{ .Release.Name }}-configmap
6
data:
7
- {{- with .Values.config }}
8
- {{- toYaml . | nindent 4 }}
+ {{- range $key, $value := .Values.config }}
+ {{ $key }}: {{ $value | quote }}
9
{{- end }}
10
0 commit comments