diff --git a/manifests/prometheus-operator/prometheus-operator-cluster-role.yaml b/manifests/prometheus-operator/prometheus-operator-cluster-role.yaml
index 74be04737ccde4e10884be136f6763bf1641ea7b..76f943dfbd82421235cb02b7c616ab33e9cc666e 100644
--- a/manifests/prometheus-operator/prometheus-operator-cluster-role.yaml
+++ b/manifests/prometheus-operator/prometheus-operator-cluster-role.yaml
@@ -49,6 +49,7 @@ rules:
   - ""
   resources:
   - services
+  - endpoints
   verbs:
   - get
   - create
@@ -66,11 +67,3 @@ rules:
   - namespaces
   verbs:
   - list
-- apiGroups:
-  - ""
-  resources:
-  - endpoints
-  verbs:
-  - get
-  - create
-  - update
\ No newline at end of file