Some updates to the config

This commit is contained in:
2024-05-12 11:39:01 +02:00
parent ddaaa33b71
commit 276b2e3756
2 changed files with 5 additions and 2 deletions

View File

@ -21,7 +21,7 @@ metadata:
{{- include "helmrelease.labels" $ | nindent 4 }}
stringData:
{{- range .Values.config.pretty }}
{{ .key }}: {{ .value }}
{{ .key }}: {{ .value | quote }}
{{- end }}
{{- end }}