Annotations tag in pump-service helm chart seems to add the annotation to the wrong level

The annotations tag in the pump template adds annotations directly under metadata instead of metadata/annotations. Is that intended?

metadata:
name: pump-svc-{{ include “tyk-pump.fullname” . }}
{{- if .Values.pump.service.annotations }}
{{ toYaml .Values.pump.service.annotations }}
{{- end }}

Hi @markus.wiedmer,
Thank you for pointing this out! For sure it looks like a bug. I’ll work with the team to fix it.