Skip to content

Commit 1001530

Browse files
committed
fix username
1 parent 31030ac commit 1001530

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/data-space-connector/templates/database-secrets.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ metadata:
1010
data:
1111
postgres-user-password: {{ randAlphaNum 30 | b64enc | quote }}
1212
postgres-admin-password: {{ randAlphaNum 30 | b64enc | quote }}
13+
{{- if (eq .Values.postgresql.auth.enablePostgresUser true) }}
14+
postgres-user: postgres
15+
{{- end }}
1316
{{- end }}

0 commit comments

Comments
 (0)