diff --git a/apm-server/templates/deployment.yaml b/apm-server/templates/deployment.yaml index 9ab2ef1f5..cdd510f96 100644 --- a/apm-server/templates/deployment.yaml +++ b/apm-server/templates/deployment.yaml @@ -14,12 +14,12 @@ spec: {{ toYaml .Values.updateStrategy | indent 4 }} selector: matchLabels: - app: apm-server + app: {{ .Chart.Name }} release: {{ .Release.Name | quote }} template: metadata: labels: - app: apm-server + app: {{ .Chart.Name }} release: {{ .Release.Name | quote }} {{- range $key, $value := .Values.labels }} {{ $key }}: {{ $value | quote }}