mirror of https://github.com/helm/helm
toYaml - Fixes #3410 - trailing \n issue
`toYaml` utilized by `.Files` was introducing a new line. It is an issue since the new line is part of a functions output, it can't be whitespace chomped away so it would require a `trimSuffix "\n"` pipe. This commit trims one trailing `\n` from the toYaml output.pull/4207/head
parent
f90aa4ce7e
commit
07e44e1aed
Loading…
Reference in new issue