Skip to content
Snippets Groups Projects
Commit ff33b9bf authored by garciadeblas's avatar garciadeblas Committed by Mark Beierl
Browse files

Fix bug 1404: helm2 initialization with new stable repo URL


Change-Id: I30e5a84002c2f5675f0f0403ddaef2383980296f
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 3fa717f8
No related branches found
No related tags found
No related merge requests found
......@@ -962,7 +962,7 @@ function install_helm() {
kubectl --namespace kube-system create serviceaccount tiller
kubectl create clusterrolebinding tiller-cluster-rule --clusterrole=cluster-admin --serviceaccount=kube-system:tiller
# HELM initialization
helm init --service-account tiller
helm init --stable-repo-url https://charts.helm.sh/stable --service-account tiller
# Wait for Tiller to be up and running. If timeout expires, continue installing
tiller_timeout=120;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment