Skip to content

Commit

Permalink
chore(centralidp): update chart testing
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Jun 27, 2024
1 parent 8f17d84 commit 348f048
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions charts/values-test-centralidp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,20 @@
###############################################################

keycloak:
# set secret to enable upgrade from chart version 3.0.0
postgresql:
auth:
existingSecret: "centralidp-postgresql"
initContainers:
- name: import
image: kind-registry:5000/iam:testing
imagePullPolicy: Always
command:
- sh
args:
- -c
- |
echo "Copying themes..."
cp -R /import/themes/catenax-central/* /themes
volumeMounts:
- name: themes
mountPath: "/themes"
realmSeeding:
initContainers:
- name: init-cx-central
Expand Down

0 comments on commit 348f048

Please sign in to comment.