diff --git a/execution/helm/templates/theodolite/role.yaml b/execution/helm/templates/theodolite/role.yaml
index 630a84c0491328a9bb1900c1f99a8f4643020e17..1f175890869031bc393c2b69583ff7e9c698fef2 100644
--- a/execution/helm/templates/theodolite/role.yaml
+++ b/execution/helm/templates/theodolite/role.yaml
@@ -8,6 +8,7 @@ rules:
     - apps
     resources:
     - deployments
+    - statefulsets
     verbs:
     - delete
     - list
@@ -45,9 +46,10 @@ rules:
   {{- if .Values.operator.enabled }}
   - apiGroups:
     - theodolite.com
-    resources: 
-    - executions
+    resources:
     - benchmarks
+    - executions
+    - executions/status
     verbs:
     - delete
     - list