From 944bab80eadfb19d6848235ab41319edf23cf514 Mon Sep 17 00:00:00 2001 From: Gerrit Date: Thu, 11 Feb 2021 15:31:25 +0100 Subject: [PATCH] accounting-exporter now also needs permissions to read PVCs. (#151) --- .../templates/rbac-accounting-controller.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/internal/shoot-control-plane/templates/rbac-accounting-controller.yaml b/charts/internal/shoot-control-plane/templates/rbac-accounting-controller.yaml index 8c1fee153..c893aea96 100644 --- a/charts/internal/shoot-control-plane/templates/rbac-accounting-controller.yaml +++ b/charts/internal/shoot-control-plane/templates/rbac-accounting-controller.yaml @@ -10,6 +10,7 @@ rules: resources: - pods - persistentvolumes + - persistentvolumeclaims verbs: - get - list