ml-quantum-tensorflow-py/kubeflow/kfapp/kustomize/webhook/base/mutating-webhook-configuration.yaml
2020-04-06 17:23:26 -07:00

22 lines
429 B
YAML

apiVersion: admissionregistration.k8s.io/v1beta1
kind: MutatingWebhookConfiguration
metadata:
name: mutating-webhook-configuration
webhooks:
- clientConfig:
caBundle: ""
service:
name: $(serviceName)
namespace: $(namespace)
path: /apply-poddefault
name: $(deploymentName).kubeflow.org
rules:
- apiGroups:
- ""
apiVersions:
- v1
operations:
- CREATE
resources:
- pods