github.com/kotalco/kotal@v0.3.0/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/aptos.kotal.io_nodes.yaml 6 - bases/bitcoin.kotal.io_nodes.yaml 7 - bases/chainlink.kotal.io_nodes.yaml 8 - bases/ethereum.kotal.io_nodes.yaml 9 - bases/ethereum2.kotal.io_beaconnodes.yaml 10 - bases/ethereum2.kotal.io_validators.yaml 11 - bases/filecoin.kotal.io_nodes.yaml 12 - bases/graph.kotal.io_nodes.yaml 13 - bases/ipfs.kotal.io_peers.yaml 14 - bases/ipfs.kotal.io_clusterpeers.yaml 15 - bases/near.kotal.io_nodes.yaml 16 - bases/polkadot.kotal.io_nodes.yaml 17 - bases/stacks.kotal.io_nodes.yaml 18 # +kubebuilder:scaffold:crdkustomizeresource 19 20 patchesStrategicMerge: 21 # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix. 22 # patches here are for enabling the conversion webhook for each CRD 23 # - patches/webhook_in_aptos_nodes.yaml 24 # - patches/webhook_in_bitcoin_nodes.yaml 25 # - patches/webhook_in_chainlink_nodes.yaml 26 # - patches/webhook_in_ethereum_nodes.yaml 27 # - patches/webhook_in_ethereum2_beaconnodes.yaml 28 # - patches/webhook_in_ethereum2_validators.yaml 29 # - patches/webhook_in_filecoin_nodes.yaml 30 # - patches/webhook_in_graph_nodes.yaml 31 # - patches/webhook_in_ipfs_peers.yaml 32 # - patches/webhook_in_ipfs_clusterpeers.yaml 33 # - patches/webhook_in_near_nodes.yaml 34 # - patches/webhook_in_polkadot_nodes.yaml 35 # - patches/webhook_in_stacks_nodes.yaml 36 # +kubebuilder:scaffold:crdkustomizewebhookpatch 37 # [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix. 38 # patches here are for enabling the CA injection for each CRD 39 - patches/cainjection_in_aptos_nodes.yaml 40 - patches/cainjection_in_bitcoin_nodes.yaml 41 - patches/cainjection_in_chainlink_nodes.yaml 42 - patches/cainjection_in_ethereum_nodes.yaml 43 - patches/cainjection_in_ethereum2_beaconnodes.yaml 44 - patches/cainjection_in_ethereum2_validators.yaml 45 - patches/cainjection_in_filecoin_nodes.yaml 46 - patches/cainjection_in_graph_nodes.yaml 47 - patches/cainjection_in_ipfs_peers.yaml 48 - patches/cainjection_in_ipfs_clusterpeers.yaml 49 - patches/cainjection_in_near_nodes.yaml 50 - patches/cainjection_in_polkadot_nodes.yaml 51 - patches/cainjection_in_stacks_nodes.yaml 52 # +kubebuilder:scaffold:crdkustomizecainjectionpatch 53 54 # the following config is for teaching kustomize how to do kustomization for CRDs. 55 configurations: 56 - kustomizeconfig.yaml