In odoo helm chart, there is the following section in values.yaml
updateStrategy: type: RollingUpdate rollingUpdate: null
When Odoo CRD is created with this helm chart, the rollingUpdate field is being ignored. The OpenAPI Spec that is registered for this CRD does not seem to contain the rollingUpdate field.
In odoo helm chart, there is the following section in values.yaml
updateStrategy: type: RollingUpdate rollingUpdate: null
When Odoo CRD is created with this helm chart, the rollingUpdate field is being ignored. The OpenAPI Spec that is registered for this CRD does not seem to contain the rollingUpdate field.