diff --git a/pkg/helmexec/exec.go b/pkg/helmexec/exec.go index 132c6edd..144704d8 100644 --- a/pkg/helmexec/exec.go +++ b/pkg/helmexec/exec.go @@ -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 }