Closed nurimansyah89 closed 1 year ago
Hi, just want to note that there's a bug regarded Helm V3, when toYaml conversion with the trim will resulting inline result, e.g:
trim
This happens on both ui-deployment and registry-deployment yaml templates:
ui-deployment
registry-deployment
I suggest we should remove the trim function, so it can looks good, e.g.: (With trim removed)
I'll open a PR to this if it can resolve the helm v3 issue 🙏
@Joxit
Hi, just want to note that there's a bug regarded Helm V3, when toYaml conversion with the
trim
will resulting inline result, e.g:This happens on both
ui-deployment
andregistry-deployment
yaml templates:I suggest we should remove the
trim
function, so it can looks good, e.g.: (Withtrim
removed)I'll open a PR to this if it can resolve the helm v3 issue 🙏
@Joxit