Printing name of chart that do not have requested import value.

Signed-off-by: Tomas Kohout <tomas.kohout@leveris.com>
pull/7665/head
Tomáš Kohout 4 years ago committed by Tomas Kohout
parent 7f3339cb4e
commit b4f716413c

@ -233,7 +233,7 @@ func processImportValues(c *chart.Chart) error {
// get child table
vv, err := cvals.Table(r.Name + "." + child)
if err != nil {
log.Printf("Warning: ImportValues missing table: %v", err)
log.Printf("Warning: ImportValues missing table from chart %s: %v", r.Name, err)
continue
}
// create value map from child to be merged into parent

Loading…
Cancel
Save