1- When using overrideFieldsInClaim, with claimPath and managedPath, for fields of type object, the patches section is not been transported to the generated composition.
2- In the generated composition are created patches from the claimPath property to the claimPath property, not respectining the managedPath.
What happened?
1- When using overrideFieldsInClaim, with claimPath and managedPath, for fields of type object, the patches section is not been transported to the generated composition. 2- In the generated composition are created patches from the claimPath property to the claimPath property, not respectining the managedPath.
How can we reproduce it?
Use the generate.yaml located at: https://github.com/birapjr/crossplane-issues-examples/tree/main/x-generation-overrideFieldsInClaim-patches-prop-object
The following patches are not transported to the generated composition:
1st. issue:
2nd. issue, not correct patches:
What environment did it happen in?
Crossplane version: 1.6.0 x-generation version: 0.10.0