We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6617f31 commit 76bf6d8Copy full SHA for 76bf6d8
1 file changed
charts/redis/templates/logger-redis-secret-creds.yaml
@@ -9,7 +9,7 @@ metadata:
9
"helm.sh/hook": pre-install
10
data: {{ if eq .Values.global.logger_redis_location "on-cluster"}}
11
password: {{ randAlphaNum 32 | b64enc }}{{ else if eq .Values.global.logger_redis_location "off-cluster"}}
12
- db: {{ .Values.postgres.db | b64enc }}
+ db: {{ .Values.db | b64enc }}
13
password: {{ .Values.password | b64enc }}
14
- host: {{ .Values.postgres.host | b64enc }}
15
- port: {{ .Values.postgres.port | b64enc }}{{ end }}
+ host: {{ .Values.host | b64enc }}
+ port: {{ .Values.port | b64enc }}{{ end }}
0 commit comments