mirror of
https://github.com/helm/helm.git
synced 2026-04-28 17:49:47 -04:00
Printing name of chart that do not have requested import value.
Signed-off-by: Tomas Kohout <tomas.kohout@leveris.com>
This commit is contained in:
parent
7f3339cb4e
commit
b4f716413c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue