Use restart
This commit is contained in:
parent
94494b64d7
commit
6b46c22b42
|
@ -213,11 +213,13 @@ fi
|
|||
|
||||
ok=true
|
||||
(
|
||||
op=start
|
||||
if $skipSetup; then
|
||||
# TODO: Enable rolling updates
|
||||
#if $skipSetup; then
|
||||
# op=update
|
||||
#fi
|
||||
#op=update
|
||||
op=restart
|
||||
else
|
||||
op=start
|
||||
fi
|
||||
|
||||
if $useTarReleaseChannel; then
|
||||
deploySource="-t $tarChannelOrTag"
|
||||
|
|
Loading…
Reference in New Issue