mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
18 lines
338 B
YAML
18 lines
338 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:
|
||
|
- '*'
|
||
|
operations:
|
||
|
- CREATE
|
||
|
resources:
|
||
|
- '*/scale'
|
||
|
scope: '*'
|