update the committers for icn
[icn.git] / deploy / baremetal-operator / base / crd / patches / webhook_in_firmwareschemas.yaml
1 # The following patch enables conversion webhook for CRD
2 # CRD conversion requires k8s 1.13 or later.
3 apiVersion: apiextensions.k8s.io/v1
4 kind: CustomResourceDefinition
5 metadata:
6   name: firmwareschemas.metal3.io
7 spec:
8   conversion:
9     strategy: Webhook
10     webhook:
11       clientConfig:
12         service:      
13           namespace: system
14           name: webhook-service
15           path: /convert
16         caBundle: Cg==
17       conversionReviewVersions:
18       - v1