Skip to content

Commit 37cebf2

Browse files
authored
Merge pull request #31 from FIWARE/fix-local-deploy
remove key
2 parents 10697a0 + a9df3aa commit 37cebf2

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
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.15.1
5+
version: 7.17.0
66
dependencies:
77
- name: postgresql
88
condition: postgresql.enabled

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,4 @@ 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: cG9zdGdyZXMK
15-
{{- end }}
1613
{{- end }}

charts/data-space-connector/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,9 @@ keycloak:
386386
externalDatabase:
387387
host: postgresql
388388
database: keycloak
389+
user: postgres
389390
existingSecret: database-secret
390391
existingSecretPasswordKey: postgres-admin-password
391-
existingSecretUserKey: postgres-user
392392

393393
# -- extra volumes to be mounted
394394
extraVolumeMounts:

0 commit comments

Comments
 (0)