fix: values in library subcharts are ignored

Signed-off-by: Alberto Garcia <albgp22@gmail.com>
pull/10940/head
Alberto Garcia 3 years ago
parent 2cd709c4a6
commit add8407cfb

@ -268,7 +268,7 @@ func processImportValues(c *chart.Chart) error {
}
// set the new values
c.Values = CoalesceTables(cvals, b)
c.Values = CoalesceTables(b, cvals)
return nil
}

Loading…
Cancel
Save