From 3013da6a81ddfbdf869d6b4d1bc78b9f47f28459 Mon Sep 17 00:00:00 2001 From: Ivan Zubenko Date: Mon, 8 Nov 2021 20:11:19 +0200 Subject: [PATCH] fix helm_deploy step --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6bdb2e08..abd5a3cd 100644 --- a/Makefile +++ b/Makefile @@ -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