fix: add missing RBAC permissions to autoscaler chart
This commit is contained in:
parent
6e3e05d80c
commit
f5cf35ba39
|
|
@ -17,4 +17,4 @@ name: cluster-autoscaler
|
|||
sources:
|
||||
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
|
||||
type: application
|
||||
version: 9.9.2
|
||||
version: 9.9.3
|
||||
|
|
|
|||
|
|
@ -106,6 +106,8 @@ rules:
|
|||
resources:
|
||||
- storageclasses
|
||||
- csinodes
|
||||
- csidrivers
|
||||
- csistoragecapacities
|
||||
verbs:
|
||||
- watch
|
||||
- list
|
||||
|
|
|
|||
Loading…
Reference in New Issue