github.com/IBM-Blockchain/fabric-operator@v1.0.4/config/crd/kustomization.yaml (about) 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/ibp.com_ibpcas.yaml 6 - bases/ibp.com_ibppeers.yaml 7 - bases/ibp.com_ibporderers.yaml 8 - bases/ibp.com_ibpconsoles.yaml 9 # +kubebuilder:scaffold:crdkustomizeresource 10 11 patchesStrategicMerge: 12 # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix. 13 # patches here are for enabling the conversion webhook for each CRD 14 #- patches/webhook_in_ibpcas.yaml 15 #- patches/webhook_in_ibppeers.yaml 16 #- patches/webhook_in_ibporderers.yaml 17 #- patches/webhook_in_ibpconsoles.yaml 18 # +kubebuilder:scaffold:crdkustomizewebhookpatch 19 20 # [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix. 21 # patches here are for enabling the CA injection for each CRD 22 #- patches/cainjection_in_ibpcas.yaml 23 #- patches/cainjection_in_ibppeers.yaml 24 #- patches/cainjection_in_ibporderers.yaml 25 #- patches/cainjection_in_ibpconsoles.yaml 26 # +kubebuilder:scaffold:crdkustomizecainjectionpatch 27 28 # the following config is for teaching kustomize how to do kustomization for CRDs. 29 configurations: 30 - kustomizeconfig.yaml