jlandowner / helm-chartsnap

Snapshot testing tool for Helm charts
MIT License
15 stars 3 forks source link

success even if chart is not found #115

Closed jlandowner closed 3 weeks ago

jlandowner commented 3 months ago

After #110 chartsnap can take a error output snapshot with success exitcode. But also it unintentionally takes a error snapshot that chart is not found.

It should take only helm's rendering output(including rendering error) and it should exit with errors excluding rendering error.