From 04bea1696925f86460d591843b1be71204f162a9 Mon Sep 17 00:00:00 2001 From: yupengzte Date: Fri, 10 Feb 2017 14:53:18 +0800 Subject: [PATCH] Add = before the value of PublishedPort Signed-off-by: yupengzte --- command/formatter/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/formatter/service.go b/command/formatter/service.go index 8e38cb3a11..09f4368f4e 100644 --- a/command/formatter/service.go +++ b/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 }}