Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Rae Kim <[email protected]>
  • Loading branch information
yiraeChristineKim committed Nov 14, 2023
1 parent 5c619b9 commit 9bfe5a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/olm_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bfe5a2

Please sign in to comment.