Skip to content

Commit

Permalink
fix: helm install
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <[email protected]>
  • Loading branch information
vishal-chdhry committed Oct 31, 2024
1 parent 0ce148e commit 5deda61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/conformance-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ jobs:
set -e
set -e
export HELM=${{ steps.helm.outputs.helm-path }}
make -C ./kyverno kind-deploy-kyverno
helm repo add kyverno https://kyverno.github.io/kyverno/
kubectl create namespace kyverno
helm install kyverno --namespace kyverno kyverno/kyverno
- name: Wait for kyverno ready
run: |
set -e
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/migration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
run: |
set -e
export HELM=${{ steps.helm.outputs.helm-path }}
make -C ./kyverno kind-deploy-kyverno
helm repo add kyverno https://kyverno.github.io/kyverno/
kubectl create namespace kyverno
helm install kyverno --namespace kyverno kyverno/kyverno
- name: Wait for kyverno ready
run: |
set -e
Expand Down

0 comments on commit 5deda61

Please sign in to comment.