vshn / espejo

OpenShift and Kubernetes Object Syncer
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

Ensure converted CDRs have new `preserveUnknownFields` default set #157

Closed bastjan closed 4 months ago

bastjan commented 4 months ago

Newly applied apiextensions.k8s.io/v1 set preserveUnknownFields to false. If the apiextensions.k8s.io/v1 manifest was migrated from apiextensions.k8s.io/v1beta1 preserveUnknownFields is set to true. This PR ensures all installations use the same default.

Checklist