Skip to content

Commit

Permalink
feat(ci): add --wait to helm install
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Aug 15, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ed086f6 commit b4a56b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart-lint.yml
Original file line number Diff line number Diff line change
@@ -122,4 +122,4 @@ jobs:
tags: kind-registry:5000/miw:testing

- name: Install the chart on KinD cluster
run: helm install --set image.tag=testing --set=image.repository=kind-registry:5000/miw testing charts/managed-identity-wallet
run: helm install --wait --set image.tag=testing --set=image.repository=kind-registry:5000/miw testing charts/managed-identity-wallet

0 comments on commit b4a56b0

Please sign in to comment.