diff --git a/Makefile b/Makefile index 82765647eb..bd693ec580 100644 --- a/Makefile +++ b/Makefile @@ -225,7 +225,7 @@ install-with-pprof: install-apis: kubectl apply -f deploy/crds/ for i in 1 2 3 ; do \ - kubectl wait --timeout=$(TIMEOUT) --for="condition=something" crd/clusterbuildstrategies.shipwright.io && \ + kubectl wait --timeout=$(TIMEOUT) --for="condition=Established" crd/clusterbuildstrategies.shipwright.io && \ break ; \ sleep 15 ; \ done