Skip to content

Commit

Permalink
fix: helm status should be run on the correct namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-foucault committed Jul 3, 2020
1 parent 518617e commit 5abf5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ install: whoami
install:
@set -euo pipefail; \
helm dep up ./helm/cas-ciip-portal; \
if ! helm status cas-ciip-portal; then \
if ! helm status --namespace $(OC_PROJECT) cas-ciip-portal; then \
helm install --atomic --timeout 2400s --namespace $(OC_PROJECT) \
--set route.insecure=true \
--set image.schema.tag=$(GIT_SHA1) --set image.app.tag=$(GIT_SHA1) \
Expand Down

0 comments on commit 5abf5ac

Please sign in to comment.