Skip to content

Commit

Permalink
Extend monitor role to be able to read the CR
Browse files Browse the repository at this point in the history
  • Loading branch information
ltsonov-cb committed Oct 4, 2023
1 parent 95ea4f5 commit 2bf6eec
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/rbac/dataplane/dataplane_roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@ rules:
- validatingwebhookconfigurations
verbs:
- list
- apiGroups:
- operator.containers.carbonblack.io
resources:
- cbcontainersagents
verbs:
- get
- list
- watch
- apiGroups:
- operator.containers.carbonblack.io
resources:
- cbcontainersagents/status
verbs:
- get
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down

0 comments on commit 2bf6eec

Please sign in to comment.