fix: values config error
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
12a66ded5d
commit
bf0c4e6140
@ -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 }}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user