summaryrefslogtreecommitdiffstats
path: root/kubernetes/cds/charts/cds-blueprints-processor/templates/service.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-07-16 13:36:40 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-16 13:36:40 +0000
commitb49d8cc0a72b27dad44318bec2068338239008e2 (patch)
treedd0276dc10b03be59c196e5fd4935af9efd8e8e7 /kubernetes/cds/charts/cds-blueprints-processor/templates/service.yaml
parent3fa21c6d5531d387849afa55cd0fbd890f9edb6b (diff)
parentca7459bd60a438f982acccd80f6da0c3fdc1ab2c (diff)
Merge "[CDS] Enable hazelcast cluster cds blueprint processor"
Diffstat (limited to 'kubernetes/cds/charts/cds-blueprints-processor/templates/service.yaml')
-rwxr-xr-xkubernetes/cds/charts/cds-blueprints-processor/templates/service.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/cds/charts/cds-blueprints-processor/templates/service.yaml b/kubernetes/cds/charts/cds-blueprints-processor/templates/service.yaml
index a6a21a6a01..14c8b22121 100755
--- a/kubernetes/cds/charts/cds-blueprints-processor/templates/service.yaml
+++ b/kubernetes/cds/charts/cds-blueprints-processor/templates/service.yaml
@@ -65,7 +65,7 @@ metadata:
labels:
app: {{ include "common.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
- release: {{ .Release.Name }}
+ release: {{ include "common.release" . }}
heritage: {{ .Release.Service }}
annotations:
spec:
@@ -79,4 +79,4 @@ spec:
name: {{ .Values.service.cluster.portName | default "cluster" }}
selector:
app: {{ include "common.name" . }}
- release: {{ .Release.Name }}
+ release: {{ include "common.release" . }}