fixing bug in new service template 29/43229/2
authorMandeep Khinda <mandeep.khinda@amdocs.com>
Tue, 17 Apr 2018 03:37:50 +0000 (03:37 +0000)
committerBorislav Glozman <Borislav.Glozman@amdocs.com>
Tue, 17 Apr 2018 14:08:30 +0000 (14:08 +0000)
Issue-ID: OOM-906

Change-Id: Idfbb47f70146a63759fe9829b6dae25b88cc562f
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
kubernetes/common/common/templates/_service.tpl

index d76c5e0..25e373a 100644 (file)
@@ -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