diff options
author | Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com> | 2018-04-26 03:19:03 +0000 |
---|---|---|
committer | Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com> | 2018-04-26 08:07:02 +0000 |
commit | c1395ec4aa21d30167e9c8ba09fa7aa5f7dd26c7 (patch) | |
tree | c30a223e05b1820ab2cbc347edaeb8b5b7f28fac /kubernetes/policy/charts/drools/templates | |
parent | 99a74ebd1ea743c78178196bfe9ede6bf4b50f6e (diff) |
Policy Config Correction
Issue-ID: OOM-1011
Change-Id: I85444ebb9df9368d96f55bb968291351c9d286d5
Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
Diffstat (limited to 'kubernetes/policy/charts/drools/templates')
-rw-r--r-- | kubernetes/policy/charts/drools/templates/statefulset.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/drools/templates/statefulset.yaml b/kubernetes/policy/charts/drools/templates/statefulset.yaml index 7a616d71e6..5dd49edfec 100644 --- a/kubernetes/policy/charts/drools/templates/statefulset.yaml +++ b/kubernetes/policy/charts/drools/templates/statefulset.yaml @@ -23,7 +23,7 @@ metadata: release: {{ .Release.Name }} heritage: {{ .Release.Service }} spec: - serviceName: {{ include "common.fullname" . }} + serviceName: {{ include "common.servicename" . }} replicas: {{ .Values.replicaCount }} selector: matchLabels: |