Commit 6c6a453
committed
chart: fix generating extra ConfigMaps
The tpl invocation on (toYaml $value) breaks the rendered output by
removing the newline character at the beginning the $value element.
This commit factors out the tpl invocation to be called only on the
actual data value, properly separating the ConfigMap's data entries.1 parent ff95f55 commit 6c6a453
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
0 commit comments