We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e3eb3 commit 37ea65cCopy full SHA for 37ea65c
1 file changed
Makefile
@@ -30,7 +30,7 @@ docker-build: check-docker
30
docker tag ${IMAGE} ${MUTABLE_IMAGE}
31
32
deploy: check-kubectl docker-build docker-push
33
- kubectl patch deployment deis-$(COMPONENT) --type='json' -p='[{"op": "replace", "path": "/spec/template/spec/containers/0/image", "value":"$(IMAGE)"}]'
+ kubectl --namespace=deis patch deployment deis-$(COMPONENT) --type='json' -p='[{"op": "replace", "path": "/spec/template/spec/containers/0/image", "value":"$(IMAGE)"}]'
34
35
clean: check-docker
36
docker rmi $(IMAGE)
0 commit comments