Skip to content

Commit 37ea65c

Browse files
author
Matthew Fisher
authored
fix(Makefile): add deis namespace to make deploy (#969)
1 parent c6e3eb3 commit 37ea65c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ docker-build: check-docker
3030
docker tag ${IMAGE} ${MUTABLE_IMAGE}
3131

3232
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)"}]'
33+
kubectl --namespace=deis patch deployment deis-$(COMPONENT) --type='json' -p='[{"op": "replace", "path": "/spec/template/spec/containers/0/image", "value":"$(IMAGE)"}]'
3434

3535
clean: check-docker
3636
docker rmi $(IMAGE)

0 commit comments

Comments
 (0)