y4ri

Results 3 comments of y4ri

1.14.5 - On XR level just a bunch of ```bash Warning ComposeResources 13s defined/compositeresourcedefinition.apiextensions.crossplane.io cannot compose resources: cannot apply composed resource: cannot create object: XDummy.example.org "test-qksw8-dlpcx" is invalid: spec.exampleField: Required...

@xoanmi just like in "test-comp-one" composition above, you need to add ```yaml policy: fromFieldPath: Required ``` to any patches of XRs/MRs in composition that patch in the value required by...

Thank you for this patch. My use case is to produce username and password in a secret for crossplane helm provider to pull charts from Google Artifact Registry. I have...