provider-helm
provider-helm copied to clipboard
Establish Ownership and Visibility of Helm Resources in ArgoCD via 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.