Skip to content

Commit

Permalink
Clean up gateway class in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 4, 2024
1 parent 59d60ba commit 08d7453
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ ct: $(BUILD_DIRS)
$(CHART_TEST_IMAGE) \
/bin/sh -c " \
set -x; \
kubectl patch $(kubectl get gatewayclass -o name) -p '{"metadata":{"finalizers":null}}' --type=merge || true; \
kubectl delete gatewayclass -A --all || true; \
kubectl delete crds --all; \
kubectl apply --validate=false -f https://github.com/cert-manager/cert-manager/releases/latest/download/cert-manager.yaml; \
kubectl wait --for=condition=Ready pods -n cert-manager --all --timeout=5m; \
Expand Down

0 comments on commit 08d7453

Please sign in to comment.