Open
Description
Often people will use multiple values.yaml files with helm to support things like multiple environments.
Think values.yaml as a base set of values but then values.dev.yaml as env specific values.
https://helm.sh/docs/chart_template_guide/values_files/ calls out the -f flag.
I think you all support this for unittests but would be great to support for charts and then pass both sets of files in for things like lint, kubeconform etc.
While in there it might make sense to support the --set option with a "values" option in the helm_chart()
thanks!
Activity