cloud-ark / cloud-ark/kubeplus
CRD registration of properties with default value set to null
Open
bug
- Dominant language
- Go
- Stars
- 756
- Forks
- 95
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 7
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.