Commit e8eed3cc authored by Rollulus's avatar Rollulus
Browse files

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

parent 190dafbc
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -56,5 +56,5 @@ func SaveChartfile(filename string, cf *chart.Metadata) error {
if err != nil {
return err
}
return ioutil.WriteFile(filename, out, 0755)
return ioutil.WriteFile(filename, out, 0644)
}
Supports Markdown
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