From 298ecd6d7c01ae5ccd8584325ed9384502cf3831 Mon Sep 17 00:00:00 2001 From: Alp Date: Wed, 1 May 2024 12:32:57 +1000 Subject: [PATCH] Add missing RBAC permissions on `events` to the `ClusterRole` `gha-runner-scale-set-controller-gha-rs-controller` --- .../templates/manager_cluster_role.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/charts/gha-runner-scale-set-controller/templates/manager_cluster_role.yaml b/charts/gha-runner-scale-set-controller/templates/manager_cluster_role.yaml index cc58e3c2..5660ca38 100644 --- a/charts/gha-runner-scale-set-controller/templates/manager_cluster_role.yaml +++ b/charts/gha-runner-scale-set-controller/templates/manager_cluster_role.yaml @@ -141,4 +141,13 @@ rules: - list - watch - patch +- apiGroups: + - "" + resources: + - events + verbs: + - create + - get + - list + - watch {{- end }}