diff --git a/cmd/helm/template.go b/cmd/helm/template.go index c04bc2dc8..9ee5b0f0b 100644 --- a/cmd/helm/template.go +++ b/cmd/helm/template.go @@ -303,7 +303,7 @@ func writeToFile(outputDir string, name string, data string) error { defer f.Close() - _, err = f.WriteString(fmt.Sprintf("##---\n# Source: %s\n%s", name, data)) + _, err = f.WriteString(fmt.Sprintf("---\n# Source: %s\n%s", name, data)) if err != nil { return err