How to add external helm as part of my helm?

10/17/2017

My helm depends on another helm from public repository. I've installed it manually and put the command to documentation. But I'd like to do it automatically.

Is there some way to set such dependencies?

-- tse
kubernetes
kubernetes-helm

1 Answer

10/17/2017

You may take a look on helm chart dependencies with requirements.yaml
And as an example - Kafka helm chart with zookeeper dependency.

-- Alex
Source: StackOverflow