diff --git a/execution/helm/templates/theodolite/role.yaml b/execution/helm/templates/theodolite/role.yaml
index f74960e7bb06c94d4d9555a367fdccdeac7ab8f0..630a84c0491328a9bb1900c1f99a8f4643020e17 100644
--- a/execution/helm/templates/theodolite/role.yaml
+++ b/execution/helm/templates/theodolite/role.yaml
@@ -62,11 +62,8 @@ rules:
     - leases
     verbs:
     - delete
-    - list
     - get
     - create
-    - watch
     - update
-    - patch
   {{- end }}
 {{- end }}
\ No newline at end of file
diff --git a/execution/infrastructure/kubernetes/rbac/role.yaml b/execution/infrastructure/kubernetes/rbac/role.yaml
index 5c7357ce4fa87228222980cc91ef3ed42c4cc34c..e45814eedacd30715075f66e520f9f9e6bfc42ad 100644
--- a/execution/infrastructure/kubernetes/rbac/role.yaml
+++ b/execution/infrastructure/kubernetes/rbac/role.yaml
@@ -58,11 +58,6 @@ rules:
     - leases
     verbs:
     - delete
-    - list
     - get
     - create
-    - watch
-    - update
-    - patch
-
-    
+    - update
\ No newline at end of file