Skip to content

Commit

Permalink
Remove helm init (#2967)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
czunker authored Nov 23, 2020
1 parent 27dddef commit b581712
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ; \
Expand All @@ -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:
Expand Down

0 comments on commit b581712

Please sign in to comment.