From 790e2c9abfb6730907ed1ebdf15f2aed75853b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Svantesson?= Date: Wed, 10 Jan 2024 12:01:09 +0100 Subject: [PATCH] fix: give permission to lighthouse webhook to update cronjobs and configmaps --- charts/lighthouse/templates/webhooks-role.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/lighthouse/templates/webhooks-role.yaml b/charts/lighthouse/templates/webhooks-role.yaml index a795ea7df..b05b32819 100644 --- a/charts/lighthouse/templates/webhooks-role.yaml +++ b/charts/lighthouse/templates/webhooks-role.yaml @@ -17,6 +17,7 @@ rules: - create - list - watch + - patch - apiGroups: - "" resources: @@ -35,6 +36,7 @@ rules: - create - list - watch + - patch - apiGroups: - lighthouse.jenkins.io resources: