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
When building an object in an RG that has an unstructured property marked with x-kubernetes-preserve-unknown-fields: true in the CRD schema, Kro fails the validation with an error:
failed to build resource 'vcluster': failed to extract CEL expressions from schema for resource vcluster: error getting field schema for path spec.forProvider.values.syncer: schema not found for field syncer
Description
Observed Behavior:
When building an object in an RG that has an unstructured property marked with
x-kubernetes-preserve-unknown-fields: true
in the CRD schema, Kro fails the validation with an error:The template looks as follows:
In our case we are trying to create
Release
object from Crossplane provider-helm.Expected Behavior:
The release should be created without any error messages, as any kind of property can be put at
spec.forProvider.values
.Reproduction Steps (Please include
ResourceGroup
andInstances
files):Versions:
kubectl version
): v1.29.2 (kind)Involved Controllers:
n.a.
Error Logs (if applicable)**:
n.a.
Which option describes the most your issue?
No response
The text was updated successfully, but these errors were encountered: