From 55e43315599a8c6f78a072871e2665fab4464301 Mon Sep 17 00:00:00 2001 From: Ryota Date: Mon, 5 Jan 2026 06:06:31 +0000 Subject: [PATCH] Correct CRD installation --- config/crd/kustomization.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/config/crd/kustomization.yaml b/config/crd/kustomization.yaml index 13137a10..c29bc63f 100644 --- a/config/crd/kustomization.yaml +++ b/config/crd/kustomization.yaml @@ -2,11 +2,15 @@ # since it depends on service name and namespace that are out of this kustomize package. # It should be run by config/default resources: +# Parent CRDs +- bases/multigres.com_multigresclusters.yaml +- bases/multigres.com_tablegroups.yaml +# Template CRDs +- bases/multigres.com_celltemplates.yaml +- bases/multigres.com_coretemplates.yaml +- bases/multigres.com_shardtemplates.yaml +# Child CRDs - bases/multigres.com_cells.yaml -- bases/multigres.com_etcds.yaml -- bases/multigres.com_multigateways.yaml -- bases/multigres.com_multiorches.yaml -- bases/multigres.com_multipoolers.yaml - bases/multigres.com_shards.yaml - bases/multigres.com_toposervers.yaml # +kubebuilder:scaffold:crdkustomizeresource