diff --git a/manifests/prometheus-operator/prometheus-operator-cluster-role.yaml b/manifests/prometheus-operator/prometheus-operator-cluster-role.yaml index 9ecd917e..74be0473 100644 --- a/manifests/prometheus-operator/prometheus-operator-cluster-role.yaml +++ b/manifests/prometheus-operator/prometheus-operator-cluster-role.yaml @@ -66,3 +66,11 @@ rules: - namespaces verbs: - list +- apiGroups: + - "" + resources: + - endpoints + verbs: + - get + - create + - update \ No newline at end of file