Use Armada with --tiller-host

This commit is contained in:
Mark Burnett
2017-07-25 14:47:01 -05:00
parent ffbca052e5
commit 037d657b50

View File

@@ -26,7 +26,7 @@ spec:
while true; do
sleep 10
if armada --debug apply promenade-armada.yaml ; then
if armada --debug apply --tiller-host 127.0.0.1 promenade-armada.yaml ; then
break
fi
done