Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaning up deployment, avoiding docker overrides #44

Merged
merged 10 commits into from
Mar 13, 2018
Prev Previous commit
Next Next commit
Fix testing on default namespace
ewoutp committed Mar 12, 2018

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ewoutp Ewout Prangsma
commit d2f3c5b195e26261e8a87f6a22a7d4bc7a05f808
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -233,8 +233,10 @@ ifdef PUSHIMAGES
docker push $(OPERATORIMAGE)
docker push $(TESTIMAGE)
endif
ifneq ($(DEPLOYMENTNAMESPACE), default)
$(ROOTDIR)/scripts/kube_delete_namespace.sh $(DEPLOYMENTNAMESPACE)
kubectl create namespace $(DEPLOYMENTNAMESPACE)
endif
kubectl apply -f $(MANIFESTPATH)
$(ROOTDIR)/scripts/kube_create_storage.sh $(DEPLOYMENTNAMESPACE)
kubectl --namespace $(DEPLOYMENTNAMESPACE) \