Skip to content
Snippets Groups Projects
Commit a6cd40f4a821 authored by Philippe Pepiot's avatar Philippe Pepiot
Browse files

Makefile: fix waiting deployment/fresh-scheduler

NAMESPACE is intranet, not fresh
parent 5b722d6d6759
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,6 @@
deploy: push
sed "s@hub.extranet.logilab.fr/logilab/fresh@$(IMAGE)@" deploy/deployment.yaml | kubectl -n $(NAMESPACE) apply -f -
@echo "wait at max 3 minutes for deployment to be UP"
kubectl -n $(NAMESPACE) wait --for=condition=available --timeout=180s deployment/fresh deployment/$(NAMESPACE)-scheduler
kubectl -n $(NAMESPACE) wait --for=condition=available --timeout=180s deployment/fresh deployment/fresh-scheduler
.PHONY: all build push run dev deploy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment