Skip to content

Commit

Permalink
Update kubectl wait to check for existing condition
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaSchwarze0 committed Apr 25, 2022
1 parent 30b8740 commit 9095634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9095634

Please sign in to comment.