Skip to content

Commit

Permalink
Give operator ability to patch grafana resources
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Sauer <[email protected]>
  • Loading branch information
etsauer committed Sep 19, 2024
1 parent ba634c9 commit d224b56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -329,6 +329,7 @@ spec:
- watch
- create
- delete
- patch
- apiGroups:
- build.openshift.io
resources:
Expand Down
1 change: 1 addition & 0 deletions pelorus-operator/config/rbac/pelorus_manager_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ rules:
- watch
- create
- delete
- patch
# Required to build and deploy exporters from the source code
- apiGroups:
- "build.openshift.io"
Expand Down

0 comments on commit d224b56

Please sign in to comment.