Skip to content

Commit

Permalink
chore: Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
gomezbc committed Jul 22, 2024
1 parent 0470ecc commit b977632
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/helm-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ jobs:
helm install umbrella charts/umbrella -f charts/values-test-data-exchange.yaml -f charts/values-test-iam-init-container.yaml --namespace data-exchange --create-namespace --debug --timeout 10m
helm uninstall umbrella --namespace data-exchange
- name: Install chart for bpdm (umbrella)
run: |
helm install umbrella charts/umbrella -f charts/values-test-bpdm.yaml --namespace bpdm --create-namespace --debug --timeout 10m
helm uninstall umbrella --namespace bpdm
## Skip upgrade for now until a working chart is released
#- name: Run helm upgrade
# run: |
Expand Down
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/R2403/realms/* /realms
cp -R /import/catenax-central/R2405/realms/* /realms
volumeMounts:
- name: realms
mountPath: "/realms"
Expand Down

0 comments on commit b977632

Please sign in to comment.