From 5abb9aa49eade1f9605deb82645e947895338a1c Mon Sep 17 00:00:00 2001 From: Paul O'Connor <465717+pauloconnor@users.noreply.github.com> Date: Fri, 29 Mar 2024 15:59:50 +0000 Subject: [PATCH] fix: ClusterRole webhook permissions Signed-off-by: Paul O'Connor <465717+pauloconnor@users.noreply.github.com> --- manifests/charts/aeraki/templates/clusterrole.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifests/charts/aeraki/templates/clusterrole.yaml b/manifests/charts/aeraki/templates/clusterrole.yaml index e4ce150ba..39ae0686a 100644 --- a/manifests/charts/aeraki/templates/clusterrole.yaml +++ b/manifests/charts/aeraki/templates/clusterrole.yaml @@ -63,3 +63,9 @@ rules: - patch - create - delete + - apiGroups: + - admissionregistration.k8s.io + resources: + - validatingwebhookconfigurations + verbs: + - '*'