Selaa lähdekoodia

Add = before the value of PublishedPort

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
yupengzte 8 vuotta sitten
vanhempi
commit
e9a85c5909
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 }}