1
0
Fork 0
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:
Prateek Pandey 2022-02-02 12:54:04 +05:30 committed by GitHub
parent 286b0427d0
commit b25f3439aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,6 +156,7 @@ rules:
verbs:
- create
- update
- patch
- delete
---
apiVersion: rbac.authorization.k8s.io/v1