From b9761d66470511dac67a7eafe1dc9c90e5bbfaf4 Mon Sep 17 00:00:00 2001 From: Mandeep Khinda Date: Tue, 17 Apr 2018 03:37:50 +0000 Subject: [PATCH] fixing bug in new service template Issue-ID: OOM-906 Change-Id: Idfbb47f70146a63759fe9829b6dae25b88cc562f Signed-off-by: Mandeep Khinda --- kubernetes/common/common/templates/_service.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/common/common/templates/_service.tpl b/kubernetes/common/common/templates/_service.tpl index d76c5e0e8a..25e373a7c9 100644 --- a/kubernetes/common/common/templates/_service.tpl +++ b/kubernetes/common/common/templates/_service.tpl @@ -26,5 +26,5 @@ Expand the service name for a chart. */}} {{- define "common.servicename" -}} - {{- default .Chart.Name .Values.service.name trunc 63 | trimSuffix "-" -}} + {{- default .Chart.Name .Values.service.name | trunc 63 | trimSuffix "-" -}} {{- end -}} \ No newline at end of file -- 2.16.6