Joe Julian
Joe Julian
This seems to have been addressed in a separate PR. Thanks!
Nice repro. I get the same with your test chart. I think we'll need input from a @helm/helm-core-maintainers on this one.
I agree. Closing this as a duplicate.
Happy to have a contribution to address this. Probably should start with a [HIP](https://github.com/helm/community/blob/main/hips/hip-0001.md) also take a look at the [contributing](https://github.com/helm/helm/blob/main/CONTRIBUTING.md) doc.
On second though, this wouldn't go in helm. Helm uses the [sprig library](https://github.com/Masterminds/sprig/issues) for most functions and this would fit best within that library. I'm going to close this, here,...
Happy to have a contribution to address this. Probably should start with a [HIP](https://github.com/helm/community/blob/main/hips/hip-0001.md) also take a look at the [contributing](https://github.com/helm/helm/blob/main/CONTRIBUTING.md) doc.
Perhaps those should only go to stderr when using structured output?
`set -e` fails on non-zero exit code, not stderr. Yes, outputting informational text to stderr does make perfect sense. It's been an industry standard for decades. For example: ``` tar...
I wonder if @bjw-s, who has managed the hugely popular k8s-at-home library until recently, would have any suggestions.
@red8888 I hope that was helpful. I think you got at least some ideas on how to move forward and it's been a long while with no further activity so...