From 93df019d2504d190c4ee6ccb0e7d0e5fc38de63b Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Mon, 7 Oct 2024 09:47:14 +0200 Subject: [PATCH] chore: change format --- charts/centralidp/templates/job-seeding.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/centralidp/templates/job-seeding.yaml b/charts/centralidp/templates/job-seeding.yaml index 6875e927..e2001be1 100644 --- a/charts/centralidp/templates/job-seeding.yaml +++ b/charts/centralidp/templates/job-seeding.yaml @@ -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" @@ -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" . -}}