Skip to content

Commit

Permalink
Merge ed1bd0d into 20c7b11
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan authored Nov 18, 2024
2 parents 20c7b11 + ed1bd0d commit dca5c36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ data:
postgres-user-password: {{ randAlphaNum 30 | b64enc | quote }}
postgres-admin-password: {{ randAlphaNum 30 | b64enc | quote }}
{{- if (eq .Values.postgresql.auth.enablePostgresUser true) }}
postgres-user: "cG9zdGdyZXMK"
postgres-user: cG9zdGdyZXMK
{{- end }}
{{- end }}
16 changes: 4 additions & 12 deletions charts/data-space-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,10 @@ keycloak:
# -- host of the external db to be used
externalDatabase:
host: postgresql
database: keycloak
existingSecret: database-secret
existingSecretPasswordKey: postgres-admin-password
existingSecretUserKey: postgres-user

# -- extra volumes to be mounted
extraVolumeMounts:
Expand All @@ -400,18 +404,6 @@ keycloak:
# indicates ssl is terminated at the edge
- name: KC_PROXY
value: "edge"
# config for the db connection
- name: KC_DB_URL_HOST
value: postgresql
- name: KC_DB_URL_DATABASE
value: keycloak
- name: KC_DB_USERNAME
value: postgres
- name: KC_DB_PASSWORD
valueFrom:
secretKeyRef:
name: database-secret
key: postgres-admin-password
# password for reading the key store connected to the did
- name: STORE_PASS
valueFrom:
Expand Down

0 comments on commit dca5c36

Please sign in to comment.