From: Mandeep Khinda Date: Tue, 17 Apr 2018 03:37:50 +0000 (+0000) Subject: fixing bug in new service template X-Git-Tag: 2.0.0-ONAP~262 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b9761d66470511dac67a7eafe1dc9c90e5bbfaf4;p=oom.git fixing bug in new service template Issue-ID: OOM-906 Change-Id: Idfbb47f70146a63759fe9829b6dae25b88cc562f Signed-off-by: Mandeep Khinda --- 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