Commit e8eed3cc authored by Rollulus's avatar Rollulus

fix(helm): write yaml with non-exec permission

parent 190dafbc
...@@ -56,5 +56,5 @@ func SaveChartfile(filename string, cf *chart.Metadata) error { ...@@ -56,5 +56,5 @@ func SaveChartfile(filename string, cf *chart.Metadata) error {
if err != nil { if err != nil {
return err return err
} }
return ioutil.WriteFile(filename, out, 0755) return ioutil.WriteFile(filename, out, 0644)
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment