mirror of
https://github.com/helm/helm.git
synced 2026-08-08 17:11:18 +00:00
use outputDir instead of hardcoded value
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
This commit is contained in:
@@ -369,7 +369,7 @@ func (c *Configuration) renderResources(ch *chart.Chart, values chartutil.Values
|
||||
if outputDir == "" {
|
||||
fmt.Fprintf(b, "---\n# Source: %s\n%s\n", m.Name, m.Content)
|
||||
} else {
|
||||
err = writeToFile("build", m.Name, m.Content)
|
||||
err = writeToFile(outputDir, m.Name, m.Content)
|
||||
if err != nil {
|
||||
return hs, b, "", err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user