intel-device-plugins-for-ku.../deployments/fpga_admissionwebhook/mutating-webhook-configuration-tpl.yaml
2018-08-10 15:57:55 +03:00

24 lines
468 B
YAML

apiVersion: admissionregistration.k8s.io/v1beta1
kind: MutatingWebhookConfiguration
metadata:
name: fpga-mutator-webhook-cfg
labels:
app: intel-fpga-webhook
webhooks:
- name: fpga.mutator.webhooks.intel.com
rules:
- apiGroups:
- ""
apiVersions:
- v1
operations:
- CREATE
resources:
- pods
clientConfig:
service:
path: "/pods"
namespace: {namespace}
name: intel-fpga-webhook-svc
caBundle: {CA_BUNDLE}