Skip to content

Commit

Permalink
chore: prepare test
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Nov 23, 2023
1 parent 559c3c8 commit a9f1ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions consortia/environments/centralidp/values-templategeneric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ seeding:
image: "tractusx/portal-iam-seeding:rc"
initContainers:
- name: init-cx-central
image: tractusx/portal-iam-consortia:pr29-test-2
image: tractusx/portal-iam:pr29-test-2
imagePullPolicy: Always
command:
- sh
args:
- -c
- |
echo "Copying CX Central realm..."
cp -R /import/catenax-central/dev/realms/* /app/realms
cp -R /import/catenax-central/realms/* /app/realms
volumeMounts:
- name: realms
mountPath: "app/realms"

0 comments on commit a9f1ca4

Please sign in to comment.