File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed
charts/data-space-connector Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 11
11
postgres-user-password : {{ randAlphaNum 30 | b64enc | quote }}
12
12
postgres-admin-password : {{ randAlphaNum 30 | b64enc | quote }}
13
13
{{- if (eq .Values.postgresql.auth.enablePostgresUser true) }}
14
- postgres-user : " cG9zdGdyZXMK"
14
+ postgres-user : cG9zdGdyZXMK
15
15
{{- end }}
16
16
{{- end }}
Original file line number Diff line number Diff line change @@ -385,6 +385,10 @@ keycloak:
385
385
# -- host of the external db to be used
386
386
externalDatabase :
387
387
host : postgresql
388
+ database : keycloak
389
+ existingSecret : database-secret
390
+ existingSecretPasswordKey : postgres-admin-password
391
+ existingSecretUserKey : postgres-user
388
392
389
393
# -- extra volumes to be mounted
390
394
extraVolumeMounts :
@@ -400,18 +404,6 @@ keycloak:
400
404
# indicates ssl is terminated at the edge
401
405
- name : KC_PROXY
402
406
value : " edge"
403
- # config for the db connection
404
- - name : KC_DB_URL_HOST
405
- value : postgresql
406
- - name : KC_DB_URL_DATABASE
407
- value : keycloak
408
- - name : KC_DB_USERNAME
409
- value : postgres
410
- - name : KC_DB_PASSWORD
411
- valueFrom :
412
- secretKeyRef :
413
- name : database-secret
414
- key : postgres-admin-password
415
407
# password for reading the key store connected to the did
416
408
- name : STORE_PASS
417
409
valueFrom :
You can’t perform that action at this time.
0 commit comments