mirror of https://github.com/helm/helm
toYaml - Fixes #3470 - trailing \n issue
`toYaml` 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.
(cherry picked from commit 6cdf6cee56
)
release-2.9
parent
4d51d22e07
commit
1dc32f7849
Loading…
Reference in new issue