From 9ce106bb0fa4e52d92011046109b692d23197671 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 --- .../manifests/odf-operator.clusterserviceversion.yaml | 10 +++++++++- config/rbac/role.yaml | 8 ++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/bundle/manifests/odf-operator.clusterserviceversion.yaml b/bundle/manifests/odf-operator.clusterserviceversion.yaml index 594eabc2d..f8e023f64 100644 --- a/bundle/manifests/odf-operator.clusterserviceversion.yaml +++ b/bundle/manifests/odf-operator.clusterserviceversion.yaml @@ -35,7 +35,7 @@ metadata: categories: Storage console.openshift.io/plugins: '["odf-console"]' containerImage: quay.io/ocs-dev/odf-operator:latest - createdAt: "2023-11-28T10:45:09Z" + createdAt: "2023-12-12T05:53:20Z" description: OpenShift Data Foundation provides a common control plane for storage solutions on OpenShift Container Platform. features.operators.openshift.io/token-auth-aws: "true" @@ -336,6 +336,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 e5b61c26d..1c653c73b 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -195,6 +195,14 @@ rules: - patch - update - watch +- apiGroups: + - operators.coreos.com + resources: + - operatorconditions + verbs: + - get + - list + - watch - apiGroups: - operators.coreos.com resources: