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 31030ac commit 1001530Copy full SHA for 1001530
charts/data-space-connector/templates/database-secrets.yaml
@@ -10,4 +10,7 @@ metadata:
10
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
15
+ {{- end }}
16
{{- end }}
0 commit comments