Switch update strategy to Recreate
This commit is contained in:
parent
3e500a8fb5
commit
dd16af2b7d
@ -328,7 +328,7 @@ imagePullSecrets:
|
|||||||
# The update strategy for deployments with persistent volumes(jobservice, registry): "RollingUpdate" or "Recreate"
|
# The update strategy for deployments with persistent volumes(jobservice, registry): "RollingUpdate" or "Recreate"
|
||||||
# Set it as "Recreate" when "RWM" for volumes isn't supported
|
# Set it as "Recreate" when "RWM" for volumes isn't supported
|
||||||
updateStrategy:
|
updateStrategy:
|
||||||
type: RollingUpdate
|
type: Recreate
|
||||||
|
|
||||||
# debug, info, warning, error or fatal
|
# debug, info, warning, error or fatal
|
||||||
logLevel: info
|
logLevel: info
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user