postgres-operator: bump to v1.12.0, helm chart v1.12.0

This commit is contained in:
ace
2024-06-01 03:41:59 +03:00
parent def5dee695
commit 2ec29384d5
7 changed files with 73 additions and 75 deletions

View File

@ -70,8 +70,8 @@ Flatten nested config options when ConfigMap is used as ConfigTarget
{{- $list := list }}
{{- range $subKey, $subValue := $value }}
{{- $list = append $list (printf "%s:%s" $subKey $subValue) }}
{{ $key }}: {{ join "," $list | quote }}
{{- end }}
{{ $key }}: {{ join "," $list | quote }}
{{- else }}
{{ $key }}: {{ $value | quote }}
{{- end }}