Joxit / helm-charts

Official Helm Chart Repository for Joxit Applications
https://helm.joxit.dev/
MIT License
12 stars 7 forks source link

Mapping values are not allowed on context (Helm v3) #11

Closed nurimansyah89 closed 1 year ago

nurimansyah89 commented 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:

image

This happens on both ui-deployment and registry-deployment yaml templates:

I suggest we should remove the trim function, so it can looks good, e.g.: (With trim removed)

image

I'll open a PR to this if it can resolve the helm v3 issue 🙏


@Joxit