provider-helm icon indicating copy to clipboard operation
provider-helm copied to clipboard

Support helm dependency

Open turkenh opened this issue 5 years ago • 0 comments

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.

turkenh avatar Jul 23 '20 15:07 turkenh