### Version edge ### What Kubernetes platforms are you running on? Other ### Steps to reproduce Deploying Nginx Inc. controller with ArgoCD shows on some CRDs `OutOfSync`. ArgoCD wants to add `preserveUnknownFields: false` on these CRDs: - apdoslogconfs.appprotectdos.f5.com - apdospolicies.appprotectdos.f5.com - aplogconfs.appprotect.f5.com - appolicies.appprotect.f5.com - apusersigs.appprotect.f5.com I think adding `preserveUnknownFields: false` could resolve this, as described in [kubernetes docs](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#field-pruning)?