Search code examples
kuberneteskubernetes-helm

How to add external helm as part of my helm?


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?


Solution

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