Add missing RBAC permissions on `events` to the `ClusterRole` `gha-runner-scale-set-controller-gha-rs-controller`
This commit is contained in:
parent
a1b8e0cc3d
commit
298ecd6d7c
|
|
@ -141,4 +141,13 @@ rules:
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
- patch
|
- patch
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
|
- events
|
||||||
|
verbs:
|
||||||
|
- create
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue