Skip to content

Commit

Permalink
update resource filter in helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
realshuting committed Oct 28, 2020
1 parent ca3704e commit fc3624f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/kyverno/values.yaml
Expand Up @@ -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:
Expand Down

0 comments on commit fc3624f

Please sign in to comment.