Add missing RBAC permissions on `events` to the `ClusterRole` `gha-runner-scale-set-controller-gha-rs-controller`

This commit is contained in:
Alp 2024-05-01 12:32:57 +10:00 committed by GitHub
parent a1b8e0cc3d
commit 298ecd6d7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -141,4 +141,13 @@ rules:
- list
- watch
- patch
- apiGroups:
- ""
resources:
- events
verbs:
- create
- get
- list
- watch
{{- end }}