Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Establish Ownership and Visibility of Helm Resources in ArgoCD via OwnerReferences #188

Open
perlinger opened this issue Apr 6, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@perlinger
Copy link

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.

@perlinger perlinger added the enhancement New feature or request label Apr 6, 2023
@bobh66
Copy link
Contributor

bobh66 commented Apr 7, 2023

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.

@nu-vi
Copy link

nu-vi commented Aug 23, 2023

+1 This would be a nice feature to have, despite the cross-cluster limitations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants