Skip to content

Commit

Permalink
feat: update instructions
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 5e9227e commit 0ce148e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conformance-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
set -e
set -e
export HELM=${{ steps.helm.outputs.helm-path }}
make -c ./kyverno kind-deploy-kyverno
make -C ./kyverno kind-deploy-kyverno
- name: Wait for kyverno ready
run: |
set -e
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/migration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
run: |
set -e
kind create cluster --image kindest/node:${{ matrix.k8s-version.version }} --config ./.github/kind.yml
- name: Install kyverno v1.12.4
- name: Install kyverno
run: |
set -e
export HELM=${{ steps.helm.outputs.helm-path }}
make -c ./kyverno kind-deploy-kyverno
make -C ./kyverno kind-deploy-kyverno
- name: Wait for kyverno ready
run: |
set -e
Expand Down

0 comments on commit 0ce148e

Please sign in to comment.