Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
legal90 committed Sep 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 28c6889 commit 0464390
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
@@ -121,8 +121,6 @@ rules:
- clustercloudeventsources
- clustercloudeventsources/status
verbs:
- create
- delete
- get
- list
- patch
@@ -140,8 +138,6 @@ rules:
- triggerauthentications
- triggerauthentications/status
verbs:
- create
- delete
- get
- list
- patch
2 changes: 0 additions & 2 deletions keda/templates/manager/minimal-rbac.yaml
Original file line number Diff line number Diff line change
@@ -85,8 +85,6 @@ rules:
- clustertriggerauthentications
- clustertriggerauthentications/status
verbs:
- create
- delete
- get
- list
- patch

0 comments on commit 0464390

Please sign in to comment.