feat: change to helmfile template so it respects logging levels (#1691)
This commit is contained in:
parent
aafe74a3e1
commit
e9d1c8534c
|
|
@ -342,7 +342,7 @@ func (helm *execer) TemplateRelease(name string, chart string, flags ...string)
|
|||
}
|
||||
|
||||
out, err := helm.exec(append(args, flags...), map[string]string{})
|
||||
helm.write(nil, out)
|
||||
helm.info(out)
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue