Merge "Update versions of addons"
[icn.git] / deploy / cpu-manager / base / cmk-webhook-config.yaml
1 apiVersion: admissionregistration.k8s.io/v1beta1
2 kind: MutatingWebhookConfiguration
3 metadata:
4   labels:
5     app: cmk-webhook-app
6   name: cmk-webhook-config
7 webhooks:
8 - clientConfig:
9     caBundle: BASE64_ENCODED_CERT
10     service:
11       name: cmk-webhook-service
12       namespace: cmk-namespace
13       path: /mutate
14   failurePolicy: Ignore
15   name: cmk.intel.com
16   rules:
17   - apiGroups:
18     - ""
19     apiVersions:
20     - v1
21     operations:
22     - CREATE
23     resources:
24     - pods
25