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
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Great project! I'm only a couple of days into learning the Flux ecosystem however I've just tried to create a Kustomization which dependsOn a HelmRelease and it appears that this isn't supported.
I can't find a similar issue so I'm not sure if this has been discussed before, is there any views to supporting this kind of behaviour?
You could introduce a new kind field to dependency.CrossNamespaceDependencyReference, which if not set defaults to the kind of the source resource (which maintains this feature as a non-breaking change), but if is set, will lookup that resource type rather than implying it's the same kind as the source.
Thoughts? I'm always open to making PRs to open source, but interested to see what the maintainers thoughts are, and how complex a change like this might be to make.
The text was updated successfully, but these errors were encountered:
Great project! I'm only a couple of days into learning the Flux ecosystem however I've just tried to create a
Kustomization
whichdependsOn
aHelmRelease
and it appears that this isn't supported.I can't find a similar issue so I'm not sure if this has been discussed before, is there any views to supporting this kind of behaviour?
You could introduce a new
kind
field todependency.CrossNamespaceDependencyReference
, which if not set defaults to the kind of the source resource (which maintains this feature as a non-breaking change), but if is set, will lookup that resource type rather than implying it's the same kind as the source.Thoughts? I'm always open to making PRs to open source, but interested to see what the maintainers thoughts are, and how complex a change like this might be to make.
The text was updated successfully, but these errors were encountered: