Skip to content

Commit 4db537b

Browse files
committed
encode
1 parent 2c51687 commit 4db537b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ data:
1111
postgres-user-password: {{ randAlphaNum 30 | b64enc | quote }}
1212
postgres-admin-password: {{ randAlphaNum 30 | b64enc | quote }}
1313
{{- if (eq .Values.postgresql.auth.enablePostgresUser true) }}
14-
postgres-user: {{ postgres | b64enc | quote }}
14+
postgres-user: "cG9zdGdyZXMK"
1515
{{- end }}
1616
{{- end }}

0 commit comments

Comments
 (0)