We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b0ee3 commit 30bb1e9Copy full SHA for 30bb1e9
charts/common/templates/functions/_utils.tpl
@@ -503,7 +503,7 @@ Example:
503
{{- if or (kindIs "map" $v) (kindIs "slice" $v) -}}
504
{{- $_ := (list $ $v) | include "common.utils.pruneOutput" -}}
505
{{- $processed := $.__common.fcallResult -}}
506
- {{- if or (not (eq $processed nil)) (kindIs "map" $v) (kindIs "slice" $v) -}}
+ {{- if not (eq $processed nil) -}}
507
{{- $_ := set $result $k $processed -}}
508
{{- end -}}
509
{{- else -}}
0 commit comments