From 541bdcd16e8c2904917a2b1783d0b23d6288aea3 Mon Sep 17 00:00:00 2001 From: AlexLugovtsov <65892915+Alexlugovtsov@users.noreply.github.com> Date: Fri, 14 Feb 2025 15:59:37 +0200 Subject: [PATCH] add get to rbac.authorization.k8s.io (#12043) * add get to rbac.authorization.k8s.io Signed-off-by: AlexLugovtsov * codegen-manifest-all Signed-off-by: AlexLugovtsov --------- Signed-off-by: AlexLugovtsov Co-authored-by: shuting --- charts/kyverno/templates/admission-controller/clusterrole.yaml | 1 + config/install-latest-testing.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/charts/kyverno/templates/admission-controller/clusterrole.yaml b/charts/kyverno/templates/admission-controller/clusterrole.yaml index 808c790292..49d89b0f10 100644 --- a/charts/kyverno/templates/admission-controller/clusterrole.yaml +++ b/charts/kyverno/templates/admission-controller/clusterrole.yaml @@ -59,6 +59,7 @@ rules: - rolebindings - clusterrolebindings verbs: + - get - list - watch - apiGroups: diff --git a/config/install-latest-testing.yaml b/config/install-latest-testing.yaml index e569715173..ffd774f95a 100644 --- a/config/install-latest-testing.yaml +++ b/config/install-latest-testing.yaml @@ -51327,6 +51327,7 @@ rules: - rolebindings - clusterrolebindings verbs: + - get - list - watch - apiGroups: