From 1677572fb01f3d8ab78a45074e0d1a8388a7f508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vilius=20=C5=A0umskas?= Date: Wed, 4 May 2022 18:20:01 +0300 Subject: [PATCH] Bring back configmap RBAC permissions This change https://github.com/kubernetes-sigs/metrics-server/commit/4a65c6aeade18c8db98b3266a663d6f7962902b5 doesn't allow to run metrics-server in a separate namespace anymore. Bring back at least configmap permissions to allow for extension-apiserver-authentication::client-ca-file retrieval. --- manifests/base/rbac.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/base/rbac.yaml b/manifests/base/rbac.yaml index ccfec61fb..008a27546 100644 --- a/manifests/base/rbac.yaml +++ b/manifests/base/rbac.yaml @@ -59,6 +59,7 @@ rules: resources: - pods - nodes + - configmaps verbs: - get - list