Develop #155

Merged
metal3d merged 6 commits from develop into master 2025-08-03 12:20:17 +00:00
Showing only changes of commit 6aaeda7a3c - Show all commits

View File

@@ -84,7 +84,7 @@ func (s *Service) Yaml() ([]byte, error) {
}
lines := []string{}
for _, line := range strings.Split(string(y), "\n") {
for line := range strings.SplitSeq(string(y), "\n") {
if regexp.MustCompile(`^\s*loadBalancer:\s*`).MatchString(line) {
continue
}