fix: values config error
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2022-07-14 21:02:19 +02:00
parent 12a66ded5d
commit bf0c4e6140
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 1 additions and 5 deletions

View File

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

View File

@ -30,7 +30,7 @@ podSecurityContext: {}
schedule: "*/10 * * * *" schedule: "*/10 * * * *"
config: config: {}
# DATABASE_TYPE # DATABASE_TYPE
# Currently will be only postgres, mysql and mariadb supported. About the # Currently will be only postgres, mysql and mariadb supported. About the
# environment variable DATABASE_TYPE can the backend type defined. The value # environment variable DATABASE_TYPE can the backend type defined. The value