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 2c51687 commit 4db537bCopy full SHA for 4db537b
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 | b64enc | quote }}
+ postgres-user: "cG9zdGdyZXMK"
15
{{- end }}
16
0 commit comments