Skip to content

Commit 603b593

Browse files
authored
Merge pull request #28 from FIWARE/fix-local-deploy
fix username
2 parents 8efd61b + 0194dca commit 603b593

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

charts/data-space-connector/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: data-space-connector
33
description: Umbrella Chart for the FIWARE Data Space Connector, combining all essential parts to be used by a participant.
44
type: application
5-
version: 7.12.0
5+
version: 7.14.0
66
dependencies:
77
- name: postgresql
88
condition: postgresql.enabled

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)