mirror of
https://github.com/helm/helm.git
synced 2026-08-09 01:21:20 +00:00
Merge pull request #7665 from TomasKohout/master
Printing name of chart that do not have requested import value.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user