Some updates to the config
This commit is contained in:
parent
ddaaa33b71
commit
276b2e3756
@ -21,7 +21,7 @@ metadata:
|
|||||||
{{- include "helmrelease.labels" $ | nindent 4 }}
|
{{- include "helmrelease.labels" $ | nindent 4 }}
|
||||||
stringData:
|
stringData:
|
||||||
{{- range .Values.config.pretty }}
|
{{- range .Values.config.pretty }}
|
||||||
{{ .key }}: {{ .value }}
|
{{ .key }}: {{ .value | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
@ -11,4 +11,7 @@ config:
|
|||||||
- key: encryption_method
|
- key: encryption_method
|
||||||
path: env.environment.data.METHOD
|
path: env.environment.data.METHOD
|
||||||
value: test
|
value: test
|
||||||
|
- key: url
|
||||||
|
path: app.ingress.hosts
|
||||||
|
value: '{dashboard.18f48d1d-157d-4717-9b7d-05662038972c.badhouseplants.net}'
|
||||||
raw: ""
|
raw: ""
|
Loading…
Reference in New Issue
Block a user