Skip to content

Commit

Permalink
Add RBAC for clustercloudeventsources
Browse files Browse the repository at this point in the history
  • Loading branch information
legal90 committed Sep 3, 2024
1 parent e3ab127 commit 9f1c8f2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions keda/templates/manager/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,19 @@ rules:
- patch
- update
- watch
- apiGroups:
- eventing.keda.sh
resources:
- clustercloudeventsources
- clustercloudeventsources/status
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- keda.sh
resources:
Expand Down

0 comments on commit 9f1c8f2

Please sign in to comment.