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
Warning ComposeResources 4m48s (x43 over 70m) defined/compositeresourcedefinition.apiextensions.crossplane.io Pipeline step "patch-and-transform": cannot render FromComposite patches for composed resource "kubernetesClusterAuth": cannot apply the "FromCompositeFieldPath" patch at index 1: transform at index 0 returned error: string transform could not resolve: type is not supported for string transform type
I believe this composite should have shown that it could not render a resource:
Status:
Conditions:
Last Transition Time: 2023-09-30T07:11:06Z
Reason: ReconcileSuccess
Status: True
Type: Synced
Last Transition Time: 2023-09-30T08:19:07Z
Reason: Available
Status: True
Type: Ready
The text was updated successfully, but these errors were encountered:
Anyways, I created a PR for a similar problem that makes a composite show to be ready although some resources are skipped due to missing required patches: #137.
In porting over platform-ref-aws to P&T, I noticed that the Helm releases were unhealthy, but the overall composite showed healthy:
This helm ProviderConfig and KubernetesClusterAuth not generating was due to a patch that needed a field
Type
added to it:I believe this composite should have shown that it could not render a resource:
The text was updated successfully, but these errors were encountered: