Skip to content

Commit

Permalink
feat(ClusterRole): Add RBAC rule to allow access to LimitRange (ked…
Browse files Browse the repository at this point in the history
…acore#588)

Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
  • Loading branch information
Bhargav-InfraCloud authored and JorTurFer committed Jan 18, 2024
1 parent 63b9d34 commit 94aae69
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions keda/templates/manager/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- limitranges
verbs:
- list
- watch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 94aae69

Please sign in to comment.