Skip to content

Commit

Permalink
Merge pull request #103 from eclipse-tractusx/chore/fix-iam-init-cont…
Browse files Browse the repository at this point in the history
…ainer

chore: fix iam init container realm path
  • Loading branch information
ds-jhartmann authored Jun 25, 2024
2 parents 8a65bee + 02d62c3 commit 0c2b49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/values-test-iam-init-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ centralidp:
- -c
- |
echo "Copying realms..."
cp -R /import/catenax-central/realms/* /realms
cp -R /import/catenax-central/R2403/realms/* /realms
volumeMounts:
- name: realms
mountPath: "/realms"
Expand Down

0 comments on commit 0c2b49a

Please sign in to comment.