Skip to content

Commit

Permalink
fix: fix make install command
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-foucault committed Jun 11, 2020
1 parent 899684b commit 0407107
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 @@ -84,7 +84,7 @@ install:
@helm dep up ./helm/cas-ciip-portal
@helm upgrade --install --atomic --timeout 900s --namespace $(OC_PROJECT) \
--set image.schema.tag=$(GIT_SHA1) --set image.app.tag=$(GIT_SHA1) \
--values \
--values ./helm/cas-ggircs/values-$(OC_PROJECT).yaml \
cas-ggircs ./helm/cas-ggircs

.PHONY: install_test
Expand Down

0 comments on commit 0407107

Please sign in to comment.