Skip to content

Commit

Permalink
Update kyverno values to match what will be used similar to OSC
Browse files Browse the repository at this point in the history
  • Loading branch information
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
Expand Up @@ -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:
Expand Down

0 comments on commit fff198a

Please sign in to comment.