mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-24 16:41:47 +00:00
Merge pull request #222 from fluxcd/rbac-patch-events
Add PATCH rule to crd-controller role for events
This commit is contained in:
commit
7b88512698
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ rules:
|
||||||
- events
|
- events
|
||||||
verbs:
|
verbs:
|
||||||
- create
|
- create
|
||||||
|
- patch
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: RoleBinding
|
kind: RoleBinding
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue