diff --git a/execution/helm/templates/theodolite/serviceaccount.yaml b/execution/helm/templates/theodolite/serviceaccount.yaml
index 1ee80adc271ca66a29b51a415501bca9d7d8f71d..4585b8ce413bf3d36cb986163788c353f2a4a2de 100644
--- a/execution/helm/templates/theodolite/serviceaccount.yaml
+++ b/execution/helm/templates/theodolite/serviceaccount.yaml
@@ -5,7 +5,7 @@ metadata:
   name: {{ include "theodolite.serviceAccountName" . }}
   labels:
     {{- include "theodolite.labels" . | nindent 4 }}
-  {{- with .Values.theodolite.serviceAccount.annotations }}
+  {{- with .Values.serviceAccount.annotations }}
   annotations:
     {{- toYaml . | nindent 4 }}
   {{- end }}