fixing bug in new service template
[oom.git] / 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