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 <christian.zunker@codecentric.cloud>
pull/2976/head
Christian Zunker 5 years ago committed by GitHub
parent 27dddef475
commit b5817127a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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:

Loading…
Cancel
Save