Helm chart with multiple micro-services & multiple values.yaml files

I’m trying to deploy an application having multiple deployment files. Corresponding to every micro-service included in the chart, we want to create a separate values.yaml file.

And pass these separate values.yaml to --values flags while Kots install the chart on the cluster.

How can this be achieved?

Hi Priyanka – when packaging a Helm Chart, you can include multiple charts and their values files in your KOTS app! There’s a getting started guide as well as some deeper architecture docs.

1 Like