diff --git a/apm-server/templates/deployment.yaml b/apm-server/templates/deployment.yaml index fa87cfa5a..9ab2ef1f5 100644 --- a/apm-server/templates/deployment.yaml +++ b/apm-server/templates/deployment.yaml @@ -21,6 +21,9 @@ spec: labels: app: apm-server release: {{ .Release.Name | quote }} + {{- range $key, $value := .Values.labels }} + {{ $key }}: {{ $value | quote }} + {{- end }} annotations: {{- range $key, $value := .Values.podAnnotations }} {{ $key }}: {{ $value | quote }}