Skip to content
Snippets Groups Projects
Verified Commit f37b63bc authored by Arie Peterson's avatar Arie Peterson Committed by Varac
Browse files

Wait for tiller readiness when installing

parent 0e08b8e5
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@ installTiller()
{
kubectl apply -f "/control/k8s-config/tiller-permissions.yml"
helm init --service-account=tiller
# Wait for tiller to become available.
kubectl rollout status -n kube-system deployment/tiller-deploy
}
createStorage()
......
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