summaryrefslogtreecommitdiffstats
path: root/templates
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
commit3ca39179f090b4e1fcdebdcd64c8b39bbb7135d3 (patch)
treee89bc30b493bbc2320bec018c100d852e727d618 /templates
parenta337552ff2e3a286915162478f4bb075ce4fa519 (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 'templates')
-rw-r--r--templates/service.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/service.yaml b/templates/service.yaml
index 3f6e1f0..587e07a 100644
--- a/templates/service.yaml
+++ b/templates/service.yaml
@@ -15,7 +15,7 @@
apiVersion: v1
kind: Service
metadata:
- name: {{ include "common.fullname" . }}
+ name: {{ include "common.servicename" . }}
namespace: {{ include "common.namespace" . }}
labels:
app: {{ include "common.name" . }}