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 0f96eb2 commit 4cd4beeCopy full SHA for 4cd4bee
charts/postgres-operator/templates/_helpers.tpl
@@ -70,8 +70,8 @@ Flatten nested config options when ConfigMap is used as ConfigTarget
70
{{- $list := list }}
71
{{- range $subKey, $subValue := $value }}
72
{{- $list = append $list (printf "%s:%s" $subKey $subValue) }}
73
-{{ $key }}: {{ join "," $list | quote }}
74
{{- end }}
+{{ $key }}: {{ join "," $list | quote }}
75
{{- else }}
76
{{ $key }}: {{ $value | quote }}
77
0 commit comments