From b5817127a53b1edebaeafaacb539e9098735bd33 Mon Sep 17 00:00:00 2001 From: Christian Zunker <827818+czunker@users.noreply.github.com> Date: Mon, 23 Nov 2020 08:34:57 +0100 Subject: [PATCH] Remove `helm init` (#2967) As helm v2 is EOF, I removed the commands only present in helm v2. Fixes #2966 Signed-off-by: Christian Zunker --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 4e70b87893..3cbc5d0a5a 100644 --- a/Makefile +++ b/Makefile @@ -339,7 +339,6 @@ helm: PACKAGE_ARGS ?= helm: -rm -f production/helm/*/requirements.lock @set -e; \ - helm init -c; \ helm repo add elastic https://helm.elastic.co ; \ helm repo add grafana https://grafana.github.io/helm-charts ; \ helm repo add prometheus https://prometheus-community.github.io/helm-charts ; \ @@ -351,8 +350,6 @@ helm: rm -f production/helm/*/requirements.lock helm-install: - kubectl apply -f tools/helm.yaml - helm init --wait --service-account helm --upgrade HELM_ARGS="$(HELM_ARGS)" $(MAKE) helm-upgrade helm-install-fluent-bit: