Skip to content

Commit

Permalink
mount the config
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Nov 20, 2023
1 parent fbbeb03 commit cb68842
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
name: keycloak-consumer-profile
data:
profile.properties: |-
features=account3
feature.scripts=enabled
feature.upload_scripts=enabled
feature.account3=enabled
9 changes: 5 additions & 4 deletions aws/dome/consumer/keycloak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ keycloak:
value: "true"
- name: KC_PROXY
value: "edge"
- name: KC_FEATURES
value: "account3"
- name: KEYCLOAK_FEATURES
value: "account3"
- name: KC_DB_URL_HOST
value: postgresql-consumer
- name: KC_DB_URL_DATABASE
Expand All @@ -99,6 +95,8 @@ keycloak:
mountPath: /opt/key
- name: realms
mountPath: /realms
- name: providers
mountPath: /opt/bitnami/keycloak/providers/

extraVolumes:
- name: realms
Expand All @@ -111,6 +109,9 @@ keycloak:
secretName: dome-consumer-waltid-vcwaltid-tls-sec
- name: providers
emptyDir: {}
- name: profiles
configMap:
name: keycloak-consumer-profile

initContainers:
- name: init-realm
Expand Down

0 comments on commit cb68842

Please sign in to comment.