From 4187b14b9cfca09f457b102525c15a5ea9e1202e Mon Sep 17 00:00:00 2001 From: prageethw Date: Mon, 20 Jul 2020 13:34:31 +1000 Subject: [PATCH] Update rbac.yaml this fix related to the original repos issue https://github.com/zalando-incubator/kube-metrics-adapter/issues/142 --- deploy/charts/kube-metrics-adapter/templates/rbac.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deploy/charts/kube-metrics-adapter/templates/rbac.yaml b/deploy/charts/kube-metrics-adapter/templates/rbac.yaml index 7704588a..5f01023a 100644 --- a/deploy/charts/kube-metrics-adapter/templates/rbac.yaml +++ b/deploy/charts/kube-metrics-adapter/templates/rbac.yaml @@ -49,6 +49,7 @@ rules: verbs: - get - list + - watch --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole @@ -94,6 +95,14 @@ rules: - get - list - watch +- apiGroups: + - "" + resources: + - configmaps + verbs: + - get + - list + - watch --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding