Skip to content
Snippets Groups Projects
Commit 16b5fb13 authored by garciadeblas's avatar garciadeblas
Browse files

helm2 initialization with new stable repo URL


Change-Id: Ib44e50902215b23c69004fc799f147533bc0f714
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent fed5bc81
No related branches found
No related tags found
No related merge requests found
......@@ -861,7 +861,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;
......
......@@ -124,7 +124,7 @@ if [ $? == 1 ] ; then
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
while true
......
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