gifted-balloon-26385
04/03/2026, 10:44 PMvalues:
myYaml: |
a: b
c: d
if any line has a trailing space, the yaml gets collapsed into a string upon saving like:
values:
myYaml: "a: b \nc: d"
If fixing this is hard just getting a warning on the lines that have the trailing space would be awesome.gifted-balloon-26385
04/03/2026, 10:45 PMfn::toYamlString because then I could just have this whole yaml be a normal object and then call the fn when I need it as a yaml string, eg:
values:
myData:
a: b
c: d
myYaml:
fn::toYamlString(${myData})steep-plastic-74107
04/05/2026, 2:30 PMfreezing-pilot-97749
04/06/2026, 12:20 PMfreezing-pilot-97749
04/06/2026, 12:20 PMgifted-balloon-26385
04/06/2026, 1:14 PM