[bitnami/odoo] remove rollingUpdate from values.yaml (#23577)

This commit is contained in:
Zoran Zorica
2024-02-19 12:20:18 +01:00
committed by GitHub
parent 00c149e2eb
commit ce41e0d953
3 changed files with 4 additions and 4 deletions

View File

@@ -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: []