Use restart

This commit is contained in:
Michael Vines 2019-01-08 22:24:35 -07:00
parent 94494b64d7
commit 6b46c22b42
1 changed files with 7 additions and 5 deletions

View File

@ -213,11 +213,13 @@ fi
ok=true
(
op=start
# TODO: Enable rolling updates
#if $skipSetup; then
# op=update
#fi
if $skipSetup; then
# TODO: Enable rolling updates
#op=update
op=restart
else
op=start
fi
if $useTarReleaseChannel; then
deploySource="-t $tarChannelOrTag"