Commit 5a65b6b
authored
fix: prevent overzealous whitespace removal (#509)
Too much whitespace is removed here; if `.type` is `LoadBalancer` then
`type` and `externalTrafficPolicy` end up on the same line producing
invalid YAML. Removing the last dash means a newline will be inserted
between the entries as expected.
Resolves #508
Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>1 parent 90296a8 commit 5a65b6b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments