We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12f5eb3 + 7080a49 commit f287a85Copy full SHA for f287a85
Makefile
@@ -553,7 +553,7 @@ namespace: ## creates the namespace specified via NAMESPACE env var (defaults to
553
$(eval $(call vars,$@))
554
bash scripts/gen-namespace.sh
555
oc apply -f ${OUT}/${NAMESPACE}/namespace.yaml
556
- sleep 2
+ timeout $(TIMEOUT) bash -c "while ! (oc get project ${NAMESPACE}); do sleep 1; done"
557
ifeq ($(MICROSHIFT) ,0)
558
oc project ${NAMESPACE}
559
else
0 commit comments