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.
2 parents 8efd61b + 0194dca commit 603b593Copy full SHA for 603b593
charts/data-space-connector/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: data-space-connector
3
description: Umbrella Chart for the FIWARE Data Space Connector, combining all essential parts to be used by a participant.
4
type: application
5
-version: 7.12.0
+version: 7.14.0
6
dependencies:
7
- name: postgresql
8
condition: postgresql.enabled
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