Skip to content

Commit

Permalink
chore(seeding): add default realm role to cx-operator realm
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Oct 21, 2024
1 parent 7fbc960 commit 9f838c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/sharedidp/templates/job-seeding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ spec:
secretKeyRef:
name: "{{ template "sharedidp.secret.realmSeeding.cxOperator" . }}"
key: "initial-user-password"
- name: "KEYCLOAKSEEDING__REALMS__0__USERS__0__REALMROLES__0"
value: "default-roles-cx-operator"

#############################
## CX-OPERATOR MAIL CONFIG
Expand Down

0 comments on commit 9f838c1

Please sign in to comment.