From d224b566af58d772cabcbbc18700d973528dec7e Mon Sep 17 00:00:00 2001 From: Eric Sauer Date: Thu, 19 Sep 2024 20:51:52 +0000 Subject: [PATCH] Give operator ability to patch grafana resources Signed-off-by: Eric Sauer --- .../manifests/pelorus-operator.clusterserviceversion.yaml | 3 ++- pelorus-operator/config/rbac/pelorus_manager_role.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pelorus-operator/bundle/manifests/pelorus-operator.clusterserviceversion.yaml b/pelorus-operator/bundle/manifests/pelorus-operator.clusterserviceversion.yaml index 666fb75e..b777a569 100644 --- a/pelorus-operator/bundle/manifests/pelorus-operator.clusterserviceversion.yaml +++ b/pelorus-operator/bundle/manifests/pelorus-operator.clusterserviceversion.yaml @@ -50,7 +50,7 @@ metadata: categories: | Modernization & Migration,Developer Tools,Monitoring,Integration & Delivery containerImage: quay.io/pelorus/pelorus-operator:0.0.10-rc.6 - createdAt: "2024-09-19T18:41:49Z" + createdAt: "2024-09-19T20:50:32Z" description: | Tool that helps IT organizations measure their impact on the overall performance of their organization operatorframework.io/suggested-namespace: pelorus @@ -329,6 +329,7 @@ spec: - watch - create - delete + - patch - apiGroups: - build.openshift.io resources: diff --git a/pelorus-operator/config/rbac/pelorus_manager_role.yaml b/pelorus-operator/config/rbac/pelorus_manager_role.yaml index ee570ad6..e660b961 100644 --- a/pelorus-operator/config/rbac/pelorus_manager_role.yaml +++ b/pelorus-operator/config/rbac/pelorus_manager_role.yaml @@ -78,6 +78,7 @@ rules: - watch - create - delete + - patch # Required to build and deploy exporters from the source code - apiGroups: - "build.openshift.io"