manusa / helm-java

Helm client for Java
https://www.marcnuri.com
Apache License 2.0
20 stars 9 forks source link

Add support for passing values files #198

Open martinreilent opened 3 weeks ago

martinreilent commented 3 weeks ago

Hi!

Please add support for adding values files (-f flag in helm)

https://helm.sh/docs/chart_template_guide/values_files/

A values file is passed into helm install or helm upgrade with the -f flag (helm install -f myvals.yaml ./mychart)

Currently only default values.yaml is supported by the library