소스 검색

Merge pull request #30900 from YuPengZTE/devPublisedPort

Add "=" before the value of PublishedPort
Vincent Demeester 8 년 전
부모
커밋
c110abfa9f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 }}