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 }}