refactor(yaml): globalize fixups

The ToK8SYaml() function makes the job, it's now simpler to manage fixes
This commit is contained in:
2024-11-09 14:18:27 +01:00
parent 9b392a1f64
commit b09316b416
9 changed files with 34 additions and 34 deletions

View File

@@ -139,5 +139,5 @@ func (r *ServiceAccount) Filename() string {
}
func (r *ServiceAccount) Yaml() ([]byte, error) {
return yaml.Marshal(r)
return ToK8SYaml(r)
}