Add an option for helm init --wait (#4202)

This commit is contained in:
Maxime Guyot
2019-02-11 23:32:26 +01:00
committed by Kubernetes Prow Robot
parent 9a91ef8628
commit 6a33411d65
2 changed files with 5 additions and 0 deletions

View File

@@ -7,6 +7,9 @@ helm_home_dir: "/root/.helm"
# Deployment mode: host or docker
helm_deployment_type: host
# Wait until Tiller is running and ready to receive requests
tiller_wait: false
# Do not download the local repository cache on helm init
helm_skip_refresh: false