diff --git a/manifests/prometheus-operator/prometheus-operator-cluster-role.yaml b/manifests/prometheus-operator/prometheus-operator-cluster-role.yaml index 74be0473..76f943df 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