instrumenta / conftest-action

A GitHub Action for using Conftest
Other
33 stars 10 forks source link

Ability to specify custom values for helm action #5

Open mikesir87 opened 3 years ago

mikesir87 commented 3 years ago

I'm building a Helm chart that produces very different results based on the provides values. I'm liking the idea of using conftest to test it via GH Actions, but don't see a way to specify both the chart and the values that should be used (instead of the default values). Any chance this could get supported? Thanks! 😄