Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions manifests/0000_51_olm_02_operator_clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,25 @@ rules:
- list
- watch
- delete
- apiGroups:
- ""
resources:
- endpoints
verbs:
- get
- list
- watch
# necessary for OCP monitoring
# together with endpoints, services, pods
Comment on lines +76 to +77
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment probably unnecessary.

- apiGroups:
- monitoring.coreos.com
resources:
- servicemonitors
verbs:
- create
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -170,10 +189,12 @@ rules:
- bind
resourceNames:
- catalogd-manager-role
- catalogd-metrics-monitor-role
- catalogd-metrics-reader
- catalogd-proxy-role
- catalogd-leader-election-role
- operator-controller-manager-role
- operator-controller-metrics-monitor-role
- operator-controller-metrics-reader
- operator-controller-proxy-role
- operator-controller-leader-election-role
Expand Down