Upgrade ironic, baremetal-operator, cluster-api
[icn.git] / deploy / baremetal-operator / base / crd / kustomization.yaml
1 # This kustomization.yaml is not intended to be run by itself,
2 # since it depends on service name and namespace that are out of this kustomize package.
3 # It should be run by config/default
4 resources:
5 - bases/metal3.io_baremetalhosts.yaml
6 - bases/metal3.io_hostfirmwaresettings.yaml
7 - bases/metal3.io_firmwareschemas.yaml
8 - bases/metal3.io_preprovisioningimages.yaml
9 - bases/metal3.io_bmceventsubscriptions.yaml
10 #+kubebuilder:scaffold:crdkustomizeresource
11
12 patchesStrategicMerge:
13 # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
14 # patches here are for enabling the conversion webhook for each CRD
15 #- patches/webhook_in_baremetalhosts.yaml
16 #- patches/webhook_in_hostfirmwaresettings.yaml
17 #- patches/webhook_in_firmwareschemas.yaml
18 #- patches/webhook_in_preprovisioningimages.yaml
19 #- patches/webhook_in_bmceventsubscriptions.yaml
20 #+kubebuilder:scaffold:crdkustomizewebhookpatch
21
22 # [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix.
23 # patches here are for enabling the CA injection for each CRD
24 - patches/cainjection_in_baremetalhosts.yaml
25 #- patches/cainjection_in_hostfirmwaresettings.yaml
26 #- patches/cainjection_in_firmwareschemas.yaml
27 #- patches/cainjection_in_preprovisioningimages.yaml
28 #- patches/cainjection_in_bmceventsubscriptions.yaml
29 #+kubebuilder:scaffold:crdkustomizecainjectionpatch
30
31 # the following config is for teaching kustomize how to do kustomization for CRDs.
32 configurations:
33 - kustomizeconfig.yaml