- 18 Apr, 2018 1 commit
-
-
Adam Reese authored
-
- 05 Apr, 2018 1 commit
-
-
Erik Sundell authored
`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.
-
- 11 Feb, 2018 1 commit
-
-
Thibaut Rousseau authored
-
- 18 Sep, 2017 2 commits
- 26 Jun, 2017 1 commit
-
-
Justin Scott authored
-
- 18 May, 2017 1 commit
-
-
lead4good authored
-
- 01 May, 2017 1 commit
-
-
Matt Butcher authored
This fixes a TOML panic by replacing one parser library with another. The older library did not gracefully handle reflection issues, and so was prone to panic. The new one is not great, but it doesn't seem to panic. Closes #2271
-
- 01 Mar, 2017 1 commit
-
-
Jack Zampolin authored
-
- 21 Feb, 2017 1 commit
-
-
YuviPanda authored
-
- 14 Dec, 2016 1 commit
-
-
Matt Butcher authored
This adds a fromYaml template function. Closes #1604
-
- 13 Dec, 2016 2 commits
-
-
Andrew Stuart authored
-
Andrew Stuart authored
-
- 09 Dec, 2016 2 commits
-
-
Andrew Stuart authored
-
Andrew Stuart authored
-
- 01 Dec, 2016 2 commits
-
-
Andrew Stuart authored
-
Andrew Stuart authored
-
- 03 Aug, 2016 1 commit
-
-
Matt Butcher authored
This changes "pkg/chartutil".Files.Get to return a string, removes "pkg/chartutil".Files.GetString, and adds "pkg/chartutil".Files.GetBytes. Closes #1020
-
- 29 Jul, 2016 1 commit
-
-
Matt Butcher authored
Templates can now access the non-template files in a chart by using the '{{.Files}}' map inside of a template. Relates to #950
-