provider-helm
provider-helm copied to clipboard
Support helm dependency
In Crossplane (and specifically for provider-helm), having a 1-to-1 mapping between a Managed resource and external resource is the preferred approach.
With provider-helm right now, it is possible to install each chart with a helm release resource but we would need to handle dependencies in an upper layer, i.e. In a composition by proper ordering.
However, given helm implicitly handles the dependency management when we install one release, this should still be doable in provider-helm I guess.