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?