Skip to content

Commit

Permalink
Merge pull request #4154 from MarcusNoble/chart_rbac
Browse files Browse the repository at this point in the history
fix: add missing RBAC permissions to autoscaler chart
  • Loading branch information
k8s-ci-robot authored Jul 8, 2021
2 parents 9f84d39 + 3341c86 commit 23fdf63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ name: cluster-autoscaler
sources:
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
type: application
version: 9.10.0
version: 9.10.01
2 changes: 2 additions & 0 deletions charts/cluster-autoscaler/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ rules:
resources:
- storageclasses
- csinodes
- csidrivers
- csistoragecapacities
verbs:
- watch
- list
Expand Down

0 comments on commit 23fdf63

Please sign in to comment.