From dbc55c1c057d2c3c4c3eb984aa23cf703c1ec3b1 Mon Sep 17 00:00:00 2001 From: Erik Godding Boye Date: Mon, 16 Oct 2023 09:43:17 +0200 Subject: [PATCH] fix(helm): add missing policyexceptions RBAC to background-controller (#8648) Signed-off-by: Erik Godding Boye Co-authored-by: shuting --- charts/kyverno/templates/background-controller/clusterrole.yaml | 1 + config/install-latest-testing.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/charts/kyverno/templates/background-controller/clusterrole.yaml b/charts/kyverno/templates/background-controller/clusterrole.yaml index f830664b01..c4cd49a5d3 100644 --- a/charts/kyverno/templates/background-controller/clusterrole.yaml +++ b/charts/kyverno/templates/background-controller/clusterrole.yaml @@ -23,6 +23,7 @@ rules: resources: - policies - clusterpolicies + - policyexceptions - updaterequests - updaterequests/status verbs: diff --git a/config/install-latest-testing.yaml b/config/install-latest-testing.yaml index ac109bb3de..f813a1cc1e 100644 --- a/config/install-latest-testing.yaml +++ b/config/install-latest-testing.yaml @@ -43806,6 +43806,7 @@ rules: resources: - policies - clusterpolicies + - policyexceptions - updaterequests - updaterequests/status verbs: