commit | 0067f9fcf1217f077008f288abcd9057381ba071 | [log] [tgz] |
---|---|---|
author | Yuriy Taraday <yorik.sar@gmail.com> | Wed Sep 13 15:17:02 2017 +0400 |
committer | Yuriy Taraday <yorik.sar@gmail.com> | Wed Sep 13 15:17:02 2017 +0400 |
tree | f12f9309a9e5b61ec8a56a5e0bba6d13582c9b72 | |
parent | 06c1920ba1afcd4dd82f590a20f62ed13daffb7b [diff] |
Add timeout to wait_for_tiller state Change-Id: Ibc082ab729798c786f6ff34e1e33def02e168000
diff --git a/helm/client.sls b/helm/client.sls index 0c63fbe..8ea7398 100644 --- a/helm/client.sls +++ b/helm/client.sls
@@ -104,6 +104,7 @@ wait_for_tiller: cmd.run: - name: while ! {{ helm_run }} list; do sleep 3; done + - timeout: 30 - env: - HELM_HOME: {{ helm_home }} - KUBECONFIG: {{ kube_config }}