Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 601
tse Avatar asked Oct 28 '25 20:10

tse


1 Answers

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

like image 120
Alex Avatar answered Oct 31 '25 11:10

Alex