Commit cab875ee authored by Thong Kuah's avatar Thong Kuah
parent 2062560e
...@@ -798,7 +798,7 @@ rollout 100%: ...@@ -798,7 +798,7 @@ rollout 100%:
echo "Checking Tiller..." echo "Checking Tiller..."
export HELM_HOST=":44134" export HELM_HOST=":44134"
tiller -listen ${HELM_HOST} -alsologtostderr & tiller -listen ${HELM_HOST} -alsologtostderr > /dev/null 2>&1 &
echo "Tiller is listening on ${HELM_HOST}" echo "Tiller is listening on ${HELM_HOST}"
if ! helm version --debug; then if ! helm version --debug; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment