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
ArgoCD does not display Helm resources installed through Kind: Release.
How could Crossplane help solve your problem?
Add OwnerReferences. Adding OwnerReferences is necessary to link resources installed via Kind: Release to their respective owning resources. By doing so, the ownership relationship can be established, and the Helm resources should become visible in ArgoCD.
The text was updated successfully, but these errors were encountered:
This is possible for Release objects that deploy within the same cluster that Crossplane/provider-helm are running in, but cross-cluster ownerReferences are not supported by Kubernetes, so it wouldn't work for any Release object that is deploying into a remote cluster. I suspect that the majority of use cases for provider-helm deploy into a remote cluster (I know they are in our deployments). provider-kubernetes has similar use cases and limitations on ownerReferences.
What problem are you facing?
ArgoCD does not display Helm resources installed through Kind: Release.
How could Crossplane help solve your problem?
Add OwnerReferences. Adding OwnerReferences is necessary to link resources installed via Kind: Release to their respective owning resources. By doing so, the ownership relationship can be established, and the Helm resources should become visible in ArgoCD.
The text was updated successfully, but these errors were encountered: