Merge pull request #7665 from TomasKohout/master

Printing name of chart that do not have requested import value.
pull/7673/head
Matthew Fisher 4 years ago committed by GitHub
commit 7fd30581b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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