mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
24 lines
468 B
YAML
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}
|