From 4d2ba9b6f7d7b3037aa731195df355feaa8c8d3e Mon Sep 17 00:00:00 2001 From: Leela Venkaiah G Date: Tue, 19 Dec 2023 15:32:08 +0530 Subject: [PATCH] bundle: update role to work with operatorconditions Signed-off-by: Leela Venkaiah G --- bundle/manifests/odf-operator.clusterserviceversion.yaml | 8 ++++++++ config/rbac/role.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/bundle/manifests/odf-operator.clusterserviceversion.yaml b/bundle/manifests/odf-operator.clusterserviceversion.yaml index 427711f3b..df8fd9a30 100644 --- a/bundle/manifests/odf-operator.clusterserviceversion.yaml +++ b/bundle/manifests/odf-operator.clusterserviceversion.yaml @@ -329,6 +329,14 @@ spec: - patch - update - watch + - apiGroups: + - operators.coreos.com + resources: + - operatorconditions + verbs: + - get + - list + - watch - apiGroups: - operators.coreos.com resources: diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index 1e3ad5a8e..dd7b17a50 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -190,6 +190,14 @@ rules: - patch - update - watch +- apiGroups: + - operators.coreos.com + resources: + - operatorconditions + verbs: + - get + - list + - watch - apiGroups: - operators.coreos.com resources: