Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
e2e: wait for Gatekeeper deployment available
Browse files Browse the repository at this point in the history
  • Loading branch information
font committed Jun 25, 2021
1 parent 6420fb0 commit 0455d18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ e2e-bootstrap:
.PHONY: test-gatekeeper-e2e
test-gatekeeper-e2e:
kubectl -n $(NAMESPACE) apply -f ./config/samples/gatekeeper_e2e_test.yaml
kubectl -n $(NAMESPACE) wait --for=condition=Available deployment.apps/gatekeeper-controller-manager
bats --version
bats -t test/bats/test.bats

Expand Down

0 comments on commit 0455d18

Please sign in to comment.