Skip to content

Commit

Permalink
Add missing rbac permissions for montor to access cbcontainersagents
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer-shefler committed Dec 24, 2023
1 parent db1b182 commit e78fb2c
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,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 e78fb2c

Please sign in to comment.