You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
578 B
28 lines
578 B
apiVersion: admissionregistration.k8s.io/v1
|
|
kind: MutatingWebhookConfiguration
|
|
metadata:
|
|
name: mutating-webhook-configuration
|
|
webhooks:
|
|
- admissionReviewVersions:
|
|
- v1beta1
|
|
- v1
|
|
clientConfig:
|
|
caBundle: ""
|
|
service:
|
|
name: service
|
|
path: /apply-poddefault
|
|
sideEffects: None
|
|
failurePolicy: Fail
|
|
name: $(podDefaultsDeploymentName).kubeflow.org
|
|
namespaceSelector:
|
|
matchLabels:
|
|
app.kubernetes.io/part-of: kubeflow-profile
|
|
rules:
|
|
- apiGroups:
|
|
- ""
|
|
apiVersions:
|
|
- v1
|
|
operations:
|
|
- CREATE
|
|
resources:
|
|
- pods
|
|
|