Skip to content

Commit

Permalink
fix helm_deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
zubenkoivan committed Nov 8, 2021
1 parent 8d6a3c6 commit 3013da6
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 @@ -105,4 +105,4 @@ helm_create_chart:
helm_deploy: helm_create_chart
helm upgrade $(HELM_CHART) charts/$(HELM_CHART) \
-f charts/$(HELM_CHART)/values-$(HELM_ENV).yaml \
--namespace platform --install --wait --timeout 600
--namespace platform --install --wait --timeout 600s

0 comments on commit 3013da6

Please sign in to comment.