mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 02:45:06 +00:00
update resource filter in helm chart
This commit is contained in:
parent
ca3704eb7d
commit
fc3624f57b
1 changed files with 4 additions and 0 deletions
|
@ -98,6 +98,10 @@ config:
|
|||
- "[TokenReview,*,*]"
|
||||
- "[SubjectAccessReview,*,*]"
|
||||
- "[*,kyverno,*]"
|
||||
- "[Binding,*,*]"
|
||||
- "[ReplicaSet,*,*]"
|
||||
- "[ReportRequest,*,*]"
|
||||
- "[ClusterReportRequest,*,*]"
|
||||
# Or give the name of an existing config map (ignores default/provided resourceFilters)
|
||||
existingConfig: ''
|
||||
excludeGroupRole:
|
||||
|
|
Loading…
Add table
Reference in a new issue