Merge pull request #30900 from YuPengZTE/devPublisedPort

Add "=" before the value of PublishedPort
This commit is contained in:
Vincent Demeester 2017-02-12 21:56:43 +01:00 committed by GitHub
commit 6cae9ce20b
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}