Skip to content

Commit cba5d69

Browse files
authored
chore: Add replicasets to RBAC for informer cache (#823)
Syncs RBAC changes with core: kedacore/keda#7466 This adds list/watch permissions for ReplicaSets to enable the informer cache optimization when targeting ReplicaSets directly with ScaledObjects. Signed-off-by: Matt Sheppard <matthewlouissheppard@gmail.com>
1 parent 5451ce6 commit cba5d69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

keda/templates/manager/clusterrole.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ rules:
100100
- apps
101101
resources:
102102
- deployments
103+
- replicasets
103104
- statefulsets
104105
verbs:
105106
- get

0 commit comments

Comments
 (0)