Skip to content

Commit

Permalink
Update RBAC
Browse files Browse the repository at this point in the history
Remove unnecessary "create" and "delete" verbs for CRs which are supposed to be
created and deleted only by a user, and not by an operator.
  • Loading branch information
legal90 committed Sep 3, 2024
1 parent 28c6889 commit 0464390
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions keda/templates/manager/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ rules:
- clustercloudeventsources
- clustercloudeventsources/status
verbs:
- create
- delete
- get
- list
- patch
Expand All @@ -140,8 +138,6 @@ rules:
- triggerauthentications
- triggerauthentications/status
verbs:
- create
- delete
- get
- list
- patch
Expand Down
2 changes: 0 additions & 2 deletions keda/templates/manager/minimal-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ rules:
- clustertriggerauthentications
- clustertriggerauthentications/status
verbs:
- create
- delete
- get
- list
- patch
Expand Down

0 comments on commit 0464390

Please sign in to comment.