summaryrefslogtreecommitdiffstats
path: root/components/aai-data-router/templates/deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'components/aai-data-router/templates/deployment.yaml')
-rw-r--r--components/aai-data-router/templates/deployment.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/aai-data-router/templates/deployment.yaml b/components/aai-data-router/templates/deployment.yaml
index 5c0d9b2..d8c5165 100644
--- a/components/aai-data-router/templates/deployment.yaml
+++ b/components/aai-data-router/templates/deployment.yaml
@@ -21,7 +21,7 @@ metadata:
labels:
app: {{ include "common.name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
- release: {{ .Release.Name }}
+ release: {{ include "common.release" . }}
heritage: {{ .Release.Service }}
spec:
replicas: {{ .Values.replicaCount }}
@@ -32,7 +32,7 @@ spec:
metadata:
labels:
app: {{ include "common.name" . }}
- release: {{ .Release.Name }}
+ release: {{ include "common.release" . }}
name: {{ include "common.name" . }}
spec:
{{- if .Values.nodeSelector }}