Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update kyverno values to match what will be used similar to OSC
Browse files Browse the repository at this point in the history
treydock committed Dec 6, 2024
1 parent 1e7dc50 commit fff198a
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions .github/config/kyverno-values.yaml
Original file line number Diff line number Diff line change
@@ -12,26 +12,11 @@ admissionController:
exceptionNamespace: kyverno
webhookTimeout: 30
config:
# TODO: Remove once fixed: https://github.com/kyverno/kyverno/issues/3190
resourceFilters:
- "[ConfigMap,*,*]"
- "[*,local-path-storage,*]"
- "[Event,*,*]"
- "[*,default,*]"
- "[*,kube-system,*]"
- "[*,kube-public,*]"
- "[*,kube-node-lease,*]"
- "[Node,*,*]"
- "[APIService,*,*]"
- "[TokenReview,*,*]"
- "[SubjectAccessReview,*,*]"
- "[SelfSubjectAccessReview,*,*]"
- "[*,kyverno,*]"
- "[Binding,*,*]"
- "[ReplicaSet,*,*]"
- "[ReportChangeRequest,*,*]"
- "[ClusterReportChangeRequest,*,*]"
- "[*,keycloak,*]"
resourceFiltersIncludeNamespaces:
- local-path-storage
- default
- kyverno
- keycloak
webhooks:
namespaceSelector:
matchExpressions:

0 comments on commit fff198a

Please sign in to comment.