commit | 67b5a91d478eb8407cb7ddec122bb40be768b656 | [log] [tgz] |
---|---|---|
author | mcp-jenkins <mcp-jenkins@mirantis.com> | Wed Sep 13 11:30:16 2017 +0000 |
committer | Gerrit Code Review <gerrit2@b3fef64565ee> | Wed Sep 13 11:30:16 2017 +0000 |
tree | 4459cc26d311f56bad7c0160b6a99855b6102c3e | |
parent | 5f2eaaf779dc84b029432d6ff8294802815a4deb [diff] | |
parent | 0067f9fcf1217f077008f288abcd9057381ba071 [diff] |
Merge "Add timeout to wait_for_tiller state"
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 }}