cloud-ark / kubeplus

Kubernetes Operator for multi-instance multi-tenancy
https://cloudark.io/
Apache License 2.0
662 stars 82 forks source link

CRD registration of properties with default value set to null #1350

Open devdattakulkarni opened 2 months ago

devdattakulkarni commented 2 months ago

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.