loop over communication sis now outside loop over namespaces.
This commit is contained in:
@@ -76,7 +76,7 @@ func validate(files []string, options *Options) error {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
for _, communication := range config.Communications {
|
||||
if len(communication.Ports) == 0 {
|
||||
continue
|
||||
@@ -97,9 +97,6 @@ func validate(files []string, options *Options) error {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user