[stable/cluster-autoscaler] Fix missing cluster role rules for priority expander (#15730)

Signed-off-by: thangbn <bob.bui@outlook.com>
This commit is contained in:
Bob - Bui Nguyen Thang
2019-07-21 03:05:05 -07:00
committed by Kubernetes Prow Robot
parent 27fb92ad0f
commit 815454f2bf
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
description: Scales worker nodes within autoscaling groups.
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
name: cluster-autoscaler
version: 0.14.2
version: 0.14.3
appVersion: 1.13.1
home: https://github.com/kubernetes/autoscaler
sources:
@@ -102,6 +102,13 @@ rules:
- watch
- list
- get
- apiGroups:
- ""
resources:
- configmaps
verbs:
- list
- watch
{{- if .Values.rbac.pspEnabled }}
- apiGroups:
- extensions