mirror of https://git.rancher.io/charts
20 lines
429 B
YAML
20 lines
429 B
YAML
apiVersion: admissionregistration.k8s.io/v1
|
|
kind: ValidatingWebhookConfiguration
|
|
metadata:
|
|
name: rancher.cattle.io
|
|
webhooks:
|
|
- admissionReviewVersions:
|
|
- v1
|
|
- v1beta1
|
|
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
|