Update pkg/chart/common/util/coalesce.go

Signed-off-by: Evans Mungai <mbuevans@gmail.com>
pull/31979/head
Evans Mungai 2 months ago committed by Johannes Lohmer
parent 52fc971da3
commit a8e249714f

@ -356,7 +356,7 @@ func coalesceTablesFullKey(printf printFn, dst, src map[string]any, prefix strin
return dst
}
// cleanNilValues recursively removes nil entries from a map so that chart
// cleanNilValues recursively removes nil entries in-place from a map so that chart
// default nils don't leak into the coalesced result.
func cleanNilValues(m map[string]any) {
for key, val := range m {

Loading…
Cancel
Save