Explorar o código

Merge pull request #30900 from YuPengZTE/devPublisedPort

Add "=" before the value of PublishedPort
Vincent Demeester %!s(int64=8) %!d(string=hai) anos
pai
achega
c110abfa9f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cli/command/formatter/service.go

+ 1 - 1
cli/command/formatter/service.go

@@ -102,7 +102,7 @@ Endpoint Mode:	{{ .EndpointMode }}
 {{- if .Ports }}
 Ports:
 {{- range $port := .Ports }}
- PublishedPort {{ $port.PublishedPort }}
+ PublishedPort = {{ $port.PublishedPort }}
   Protocol = {{ $port.Protocol }}
   TargetPort = {{ $port.TargetPort }}
   PublishMode = {{ $port.PublishMode }}