mirror of https://git.rancher.io/charts
19 lines
417 B
YAML
19 lines
417 B
YAML
|
apiVersion: admissionregistration.k8s.io/v1
|
||
|
kind: ValidatingWebhookConfiguration
|
||
|
metadata:
|
||
|
name: rancher.cattle.io
|
||
|
webhooks:
|
||
|
- admissionReviewVersions:
|
||
|
- v1
|
||
|
clientConfig:
|
||
|
service:
|
||
|
name: rancher-webhook
|
||
|
namespace: cattle-system
|
||
|
path: /v1/webhook/validation
|
||
|
port: 443
|
||
|
failurePolicy: Ignore
|
||
|
matchPolicy: Equivalent
|
||
|
name: rancher.cattle.io
|
||
|
sideEffects: None
|
||
|
timeoutSeconds: 10
|