DEV Community

Cover image for Installing multiple helm charts in one go [Approach 1 - using parent/child charts]

Installing multiple helm charts in one go [Approach 1 - using parent/child charts]

Sunny Bhambhani on December 01, 2023

Helm is really a very powerful tool for managing Kubernetes objects and is widely adopted across various organizations. It is truly a game changer ...
Collapse
 
sunnybhambhani profile image
Sunny Bhambhani AWS Community Builders
Collapse
 
sunnybhambhani profile image
Sunny Bhambhani AWS Community Builders
Collapse
 
sadeek_ profile image
SadeekM

nice article

Collapse
 
oracion profile image
mikhael andrew

For the Chart.yaml inside the dependencies, do I need to specify the dependency too? e.g. in backend's Chart.yaml, dependencies is database and frontend