aboutsummaryrefslogtreecommitdiffstats
path: root/charts/aai-cassandra/templates/service.yaml
diff options
context:
space:
mode:
authorBorislavG <Borislav.Glozman@amdocs.com>2018-04-24 07:56:27 +0000
committerBorislavG <Borislav.Glozman@amdocs.com>2018-04-24 13:23:19 +0000
commite75006872b418b9daba3c30000f991ba16ae1328 (patch)
tree4fb253a08a22bd1600a908fd9416c895f449f5d2 /charts/aai-cassandra/templates/service.yaml
parent7990d1b55d311e47b891919a65f729ae1fcf83b2 (diff)
Make all services independent of helm Release.Name
Issue-ID: OOM-906 Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
Diffstat (limited to 'charts/aai-cassandra/templates/service.yaml')
-rw-r--r--charts/aai-cassandra/templates/service.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/charts/aai-cassandra/templates/service.yaml b/charts/aai-cassandra/templates/service.yaml
index a4557fe..c49e605 100644
--- a/charts/aai-cassandra/templates/service.yaml
+++ b/charts/aai-cassandra/templates/service.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
- name: {{ template "common.fullname" . }}
+ name: {{ template "common.servicename" . }}
namespace: {{ include "common.namespace" . }}
labels:
app: {{ template "common.fullname" . }}