From 9bfe5a2dd81f8032f4dc8490d4965e5f9bcda422 Mon Sep 17 00:00:00 2001 From: Yi Rae Kim Date: Tue, 14 Nov 2023 01:51:18 -0500 Subject: [PATCH] Remove Signed-off-by: Yi Rae Kim --- .github/workflows/olm_tests.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/olm_tests.yaml b/.github/workflows/olm_tests.yaml index 2021ec5b..ce1b8966 100644 --- a/.github/workflows/olm_tests.yaml +++ b/.github/workflows/olm_tests.yaml @@ -54,11 +54,6 @@ jobs: - name: Deploy resources on KIND cluster to install Gatekeeper run: | make deploy-using-olm REPO=localhost:5000 VERSION=$GITHUB_SHA NAMESPACE=mygatekeeper - while ! kubectl -n mygatekeeper get pod -l olm.catalogSource=gatekeeper-operator; do \ - echo "Waiting for operator deployment"; \ - kubectl get CatalogSource gatekeeper-operator -o yaml -n mygatekeeper - sleep 2; \ - done kubectl -n mygatekeeper wait pod -l olm.catalogSource=gatekeeper-operator --for condition=ready --timeout=300s - name: E2E Tests