You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: crossplane: error: invalid Composition "dev-cluster-a": spec.resources: Required value: an array of resources is required in Resources mode (the default if no mode is specified)
How could Crossplane help solve your problem?
We need to implement input validation for the "crank beta render" command or add specifics for the file
Technically it is doing input validation. That's where the error is coming from. The problem is the validation isn't considering the apiVersion and kind, so it's telling you why your XR is an invalid Composition instead of telling you that your XR is not a Composition. 😉
What problem are you facing?
Currently, the following order works as expected:
However, this order doesn't work:
The error message received in the latter case is:
How could Crossplane help solve your problem?
We need to implement input validation for the "crank beta render" command or add specifics for the file
The text was updated successfully, but these errors were encountered: