diff options
author | BorislavG <Borislav.Glozman@amdocs.com> | 2018-04-24 07:56:27 +0000 |
---|---|---|
committer | BorislavG <Borislav.Glozman@amdocs.com> | 2018-04-24 13:23:19 +0000 |
commit | 3ca39179f090b4e1fcdebdcd64c8b39bbb7135d3 (patch) | |
tree | e89bc30b493bbc2320bec018c100d852e727d618 /charts/aaf-cs/templates/service.yaml | |
parent | a337552ff2e3a286915162478f4bb075ce4fa519 (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/aaf-cs/templates/service.yaml')
-rw-r--r-- | charts/aaf-cs/templates/service.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charts/aaf-cs/templates/service.yaml b/charts/aaf-cs/templates/service.yaml index facf3ce..2e4a619 100644 --- a/charts/aaf-cs/templates/service.yaml +++ b/charts/aaf-cs/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" . }} |