Open genofire opened 1 year ago
remove all the bad syntax:
eq .Values.externalConfig.enabled true
{{ if .a.b.c }}{{ .a.b.c}}{{ end }}
{{ with .a.b.c }}{{ . }}{{ end }}
{{ range $key, $value }}
{{ toYaml }}
nindent
{{-
a first step before improve any logic ....
rebased -> could anyone please merge it? @shubham-cmyk ??
remove all the bad syntax:
eq .Values.externalConfig.enabled true
{{ if .a.b.c }}{{ .a.b.c}}{{ end }}
->{{ with .a.b.c }}{{ . }}{{ end }}
{{ range $key, $value }}
->{{ toYaml }}
nindent
and{{-
a first step before improve any logic ....