Merge pull request #30900 from YuPengZTE/devPublisedPort
Add "=" before the value of PublishedPort Upstream-commit: c110abfa9f4c1ec33dc223570fad50c5f6afc00d Component: engine
This commit is contained in:
@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user