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 94
94
- name : Install cert-manager
95
95
run : |
96
96
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
98
98
kubectl -n cert-manager wait --all=true --for=condition=Available --timeout=300s deploy
99
99
- name : Build image
100
100
run : |
@@ -224,7 +224,7 @@ jobs:
224
224
- name : Install cert-manager
225
225
run : |
226
226
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
228
228
kubectl -n cert-manager wait --all=true --for=condition=Available --timeout=300s deploy
229
229
- name : Build image
230
230
run : |
You can’t perform that action at this time.
0 commit comments