feat: change to helmfile template so it respects logging levels (#1691)

This commit is contained in:
Chris Mellard 2021-03-23 22:02:13 +13:00 committed by GitHub
parent aafe74a3e1
commit e9d1c8534c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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