Update documentation for Cluster-API and Flux
[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 # +kubebuilder:scaffold:crdkustomizeresource
9
10 patchesStrategicMerge:
11 # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
12 # patches here are for enabling the conversion webhook for each CRD
13 #- patches/webhook_in_baremetalhosts.yaml
14 #- patches/webhook_in_hostfirmwaresettings.yaml
15 #- patches/webhook_in_firmwareschemas.yaml
16 # +kubebuilder:scaffold:crdkustomizewebhookpatch
17
18 # [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix.
19 # patches here are for enabling the CA injection for each CRD
20 - patches/cainjection_in_baremetalhosts.yaml
21 #- patches/cainjection_in_hostfirmwaresettings.yaml
22 #- patches/cainjection_in_firmwareschemas.yaml
23 # +kubebuilder:scaffold:crdkustomizecainjectionpatch
24
25 # the following config is for teaching kustomize how to do kustomization for CRDs.
26 configurations:
27 - kustomizeconfig.yaml