mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/odoo] remove rollingUpdate from values.yaml (#23577)
This commit is contained in:
@@ -357,7 +357,7 @@ schedulerName: ""
|
||||
##
|
||||
terminationGracePeriodSeconds: ""
|
||||
## @param updateStrategy.type Odoo deployment strategy type
|
||||
## @param updateStrategy.rollingUpdate Odoo deployment rolling update configuration parameters
|
||||
## @param updateStrategy.rollingUpdate [object,nullable] Odoo deployment rolling update configuration parameters
|
||||
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
|
||||
## NOTE: Set it to `Recreate` if you use a PV that cannot be mounted on multiple pods
|
||||
## e.g:
|
||||
@@ -369,7 +369,7 @@ terminationGracePeriodSeconds: ""
|
||||
##
|
||||
updateStrategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate: {}
|
||||
rollingUpdate: null
|
||||
## @param extraVolumes Optionally specify extra list of additional volumes for Odoo pods
|
||||
##
|
||||
extraVolumes: []
|
||||
|
||||
Reference in New Issue
Block a user