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
+1 -1
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 }}