File tree Expand file tree Collapse file tree 2 files changed +5390
-2
lines changed Expand file tree Collapse file tree 2 files changed +5390
-2
lines changed Original file line number Diff line number Diff line change 9494 - name : Install cert-manager
9595 run : |
9696 kubectl get pods -A
97- kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.8.2 /cert-manager.yaml
97+ kubectl apply -f e2e-tests /cert-manager.yaml
9898 kubectl -n cert-manager wait --all=true --for=condition=Available --timeout=300s deploy
9999 - name : Build image
100100 run : |
@@ -224,7 +224,7 @@ jobs:
224224 - name : Install cert-manager
225225 run : |
226226 kubectl get pods -A
227- kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.8.2 /cert-manager.yaml
227+ kubectl apply -f e2e-tests /cert-manager.yaml
228228 kubectl -n cert-manager wait --all=true --for=condition=Available --timeout=300s deploy
229229 - name : Build image
230230 run : |
You can’t perform that action at this time.
0 commit comments