Skip to content

Commit 12d809a

Browse files
committed
[FLINK-36513][ci] Storing the cert-manager.yaml to avoid downloading timeout
1 parent 29b9c68 commit 12d809a

File tree

2 files changed

+5390
-2
lines changed

2 files changed

+5390
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)