From 815454f2bfa1e3200862e008e886f6995252c7da Mon Sep 17 00:00:00 2001 From: Bob - Bui Nguyen Thang <5661982+thangbn@users.noreply.github.com> Date: Sun, 21 Jul 2019 03:05:05 -0700 Subject: [PATCH] [stable/cluster-autoscaler] Fix missing cluster role rules for priority expander (#15730) Signed-off-by: thangbn --- stable/cluster-autoscaler/Chart.yaml | 2 +- stable/cluster-autoscaler/templates/clusterrole.yaml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/stable/cluster-autoscaler/Chart.yaml b/stable/cluster-autoscaler/Chart.yaml index 5bdd0d1dd7..c54bf340eb 100644 --- a/stable/cluster-autoscaler/Chart.yaml +++ b/stable/cluster-autoscaler/Chart.yaml @@ -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: diff --git a/stable/cluster-autoscaler/templates/clusterrole.yaml b/stable/cluster-autoscaler/templates/clusterrole.yaml index 814747b427..7da374713c 100644 --- a/stable/cluster-autoscaler/templates/clusterrole.yaml +++ b/stable/cluster-autoscaler/templates/clusterrole.yaml @@ -102,6 +102,13 @@ rules: - watch - list - get + - apiGroups: + - "" + resources: + - configmaps + verbs: + - list + - watch {{- if .Values.rbac.pspEnabled }} - apiGroups: - extensions