fix: add missing RBAC permissions to autoscaler chart

This commit is contained in:
Marcus Noble 2021-06-21 07:27:23 +01:00
parent 6e3e05d80c
commit f5cf35ba39
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -106,6 +106,8 @@ rules:
resources:
- storageclasses
- csinodes
- csidrivers
- csistoragecapacities
verbs:
- watch
- list