Merge pull request #7665 from TomasKohout/master

Printing name of chart that do not have requested import value.
This commit is contained in:
Matthew Fisher
2020-02-24 07:20:12 -08:00
committed by GitHub

View File

@@ -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