From 0407107971ef234f4bbc192f5226fa821a5dd98f Mon Sep 17 00:00:00 2001 From: Matthieu Foucault Date: Thu, 11 Jun 2020 15:27:22 -0700 Subject: [PATCH] fix: fix make install command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2542d38e5f..542e405689 100644 --- a/Makefile +++ b/Makefile @@ -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