fix: values config error
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-07-14 21:02:19 +02:00
parent 12a66ded5d
commit bf0c4e6140
2 changed files with 1 additions and 5 deletions

View File

@ -5,10 +5,6 @@ metadata:
type: Opaque
stringData:
{{- if not (hasKey .Values "config") -}}
{{- $_ := set .Values "config" dict -}}
{{- end -}}
{{/* SETUP CONFIG */}}
{{ range $key, $value := .Values.config }}
{{ upper $key}}: {{ quote $value }}