Skip to content

Commit

Permalink
chore: change format
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Oct 7, 2024
1 parent c642e15 commit 93df019
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/centralidp/templates/job-seeding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@ spec:
- name: "KEYCLOAKSEEDING__REALMS__0__REALM"
value: "CX-Central"

#################
#############################
## INITIAL USER
#################
#############################

- name: "KEYCLOAKSEEDING__REALMS__0__DATAPATHS__1"
value: "realms/CX-Central-users-0.json"

###########
#############################
## CLIENTS
###########
#############################

- name: "KEYCLOAKSEEDING__REALMS__0__CLIENTS__0__CLIENTID"
value: "Cl1-CX-Registration"
Expand Down Expand Up @@ -192,9 +192,9 @@ spec:
- name: "KEYCLOAKSEEDING__REALMS__0__IDENTITYPROVIDERS__0__CONFIG__LOGOUTURL"
value: "{{ .Values.realmSeeding.sharedidp }}/auth/realms/CX-Operator/protocol/openid-connect/logout"

###############################
#############################
## EXTRA SERVICE ACCOUNTS
###############################
#############################

{{- $index := 100 }}
{{- $secret := include "centralidp.secret.extraServiceAccounts" . -}}
Expand Down

0 comments on commit 93df019

Please sign in to comment.