Closed mathuin closed 6 years ago
https://github.com/CausticLab/go-rancher-gen/blob/master/runner.go#L456
The warning is poorly placed. It should probably be in an else block after the preceding if, since the expected format of service ports is to split them on a colon.
https://github.com/CausticLab/go-rancher-gen/blob/master/runner.go#L456
The warning is poorly placed. It should probably be in an else block after the preceding if, since the expected format of service ports is to split them on a colon.