mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
add missing patch verbs in event clusterrole (#3151)
As part of tighten and clarify Kyverno roles and permissions, PR #2799 we missed to update the charts templates events clusterroles. Signed-off-by: prateekpandey14 <prateekpandey14@gmail.com>
This commit is contained in:
parent
286b0427d0
commit
b25f3439aa
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ rules:
|
|||
verbs:
|
||||
- create
|
||||
- update
|
||||
- patch
|
||||
- delete
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
|
|
Loading…
Add table
Reference in a new issue