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

Signed-off-by: Tomas Kohout <tomas.kohout@leveris.com>
Signed-off-by: Matheus Hunsche <matheus.hunsche@ifood.com.br>
pull/8840/head
Tomáš Kohout 6 years ago committed by Matheus Hunsche
parent 9e331c2400
commit 5d9a851108

@ -233,7 +233,7 @@ func processImportValues(c *chart.Chart) error {
// get child table // get child table
vv, err := cvals.Table(r.Name + "." + child) vv, err := cvals.Table(r.Name + "." + child)
if err != nil { 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 continue
} }
// create value map from child to be merged into parent // create value map from child to be merged into parent

Loading…
Cancel
Save