mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
29 lines
537 B
YAML
29 lines
537 B
YAML
|
apiVersion: admissionregistration.k8s.io/v1
|
||
|
kind: ValidatingWebhookConfiguration
|
||
|
metadata:
|
||
|
labels:
|
||
|
webhook.kyverno.io/managed-by: kyverno
|
||
|
name: kyverno-resource-validating-webhook-cfg
|
||
|
webhooks:
|
||
|
- rules:
|
||
|
- apiGroups:
|
||
|
- ""
|
||
|
apiVersions:
|
||
|
- v1
|
||
|
operations:
|
||
|
- CREATE
|
||
|
- UPDATE
|
||
|
- DELETE
|
||
|
- CONNECT
|
||
|
resources:
|
||
|
- pods/attach
|
||
|
- pods/binding
|
||
|
- pods/ephemeralcontainers
|
||
|
- pods/eviction
|
||
|
- pods/exec
|
||
|
- pods/log
|
||
|
- pods/portforward
|
||
|
- pods/proxy
|
||
|
- pods/status
|
||
|
scope: '*'
|