diff --git a/manifests/operator-service-account-rbac-openshift.yaml b/manifests/operator-service-account-rbac-openshift.yaml index e716e82b7..e966e0abd 100644 --- a/manifests/operator-service-account-rbac-openshift.yaml +++ b/manifests/operator-service-account-rbac-openshift.yaml @@ -59,6 +59,20 @@ rules: - get - patch - update +# to create endpoints to services +- apiGroups: + - "" + resources: + - endpoints + verbs: + - create + - delete + - deletecollection + - get + - list + - patch + - update + - watch # to read configuration and manage ConfigMaps used by Patroni - apiGroups: - ""