We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1001530 commit 2c51687Copy full SHA for 2c51687
charts/data-space-connector/templates/database-secrets.yaml
@@ -11,6 +11,6 @@ data:
11
postgres-user-password: {{ randAlphaNum 30 | b64enc | quote }}
12
postgres-admin-password: {{ randAlphaNum 30 | b64enc | quote }}
13
{{- if (eq .Values.postgresql.auth.enablePostgresUser true) }}
14
- postgres-user: postgres
+ postgres-user: {{ postgres | b64enc | quote }}
15
{{- end }}
16
0 commit comments