quintush / helm-unittest

BDD styled unit test framework for Kubernetes Helm charts as a Helm plugin.
MIT License
345 stars 69 forks source link

Add parameter to specify paths values files #92

Closed renehernandez closed 3 years ago

renehernandez commented 3 years ago

It would be neat if the plugin supported a --values option that could receive an array of paths pointing to values files that would be passed down to the chart.

That would make easier test against a set of values other than the default values.yaml within the chart folder as well as integrate it with other tools such as hemlfile, which we use to dynamically generate the final set of values that are going to be use to deploy helm-charts.

See related issue in helmfile for extra info: https://github.com/roboll/helmfile/issues/1713

quintush commented 3 years ago

Hello @renehernandez,

Thanks for the feedback. I will start in this, when #91 is solved.

Greetings, @quintush

renehernandez commented 3 years ago

@quintush I can take look if you are busy

quintush commented 3 years ago

Hello @renehernandez,

Besides some validation tests, it already implemented. Hope to have a pullrequest very soon.

Greetings, @quintush

renehernandez commented 3 years ago

Great! Looking forward to the next release