helm/pkg/strvals
Erik Sundell 1dc32f7849
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)
2018-04-19 12:51:51 -07:00
..
doc.go move pkg cmd/helm/strvals to pkg/strvals 2017-03-09 14:05:33 -08:00
parser.go toYaml - Fixes #3470 - trailing \n issue 2018-04-19 12:51:51 -07:00
parser_test.go Updated tests for PR #3837 2018-04-19 12:51:51 -07:00