Skip to content

Commit

Permalink
http-add-on: RBAC to emit events (kedacore#50)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com>
  • Loading branch information
wozniakjan authored and Kedify Bot committed Dec 27, 2024
1 parent ae51432 commit 31c386a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions http-add-on/templates/interceptor/rbac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- events
verbs:
- '*'
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit 31c386a

Please sign in to comment.