You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: