operator-sdk generate crds
This is necessary for 7.9 because of https://issues.redhat.com/browse/KIECLOUD-375
With CRD version `apiextensions.k8s.io/v1`, pruning is enabled by default. This means any nested fields MUST have corresponding schema validation or they will be removed from the resulting CR. This is problematic for our reconciliation loop.
- is related to
-
RHPAM-3130 Kie operator doesn't update KieApp CR
- Closed