We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7dda4 commit b84f222Copy full SHA for b84f222
.github/workflows/admission_webhook_test.yaml
@@ -17,7 +17,9 @@ jobs:
17
uses: actions/checkout@v4
18
19
- name: Install KinD, Create KinD cluster and Install kustomize
20
- run: ./tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh
+ run: |
21
+ chmod +x tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh
22
+ ./tests/gh-actions/install_KinD_create_KinD_cluster_install_kustomize.sh
23
24
- name: Install Istio
25
run: ./tests/gh-actions/install_istio.sh
0 commit comments