Skip to content

Commit

Permalink
Merge pull request #1049 from SaschaSchwarze0/sascha-update-condition…
Browse files Browse the repository at this point in the history
…-check

Update kubectl wait to check for existing condition
  • Loading branch information
openshift-merge-robot authored Apr 26, 2022
2 parents 30b8740 + 9095634 commit bd929cb
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 bd929cb

Please sign in to comment.