From c1265fa262a86286fb1b6268e9adfc05c1408aeb Mon Sep 17 00:00:00 2001 From: ubombar Date: Thu, 21 Mar 2024 14:16:08 +0100 Subject: [PATCH] Remove TenantResourceQuota from project attempt 2 --- config/crd/kustomization.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/crd/kustomization.yaml b/config/crd/kustomization.yaml index e22842c..224d353 100644 --- a/config/crd/kustomization.yaml +++ b/config/crd/kustomization.yaml @@ -6,20 +6,17 @@ resources: # - edgenet_system_namespace.yaml - secrets/maxmind_secret.yaml - bases/multitenancy.edge-net.io_tenants.yaml -- bases/multitenancy.edge-net.io_tenantresourcequotas.yaml #+kubebuilder:scaffold:crdkustomizeresource patches: # [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix. # patches here are for enabling the conversion webhook for each CRD #- path: patches/webhook_in_multitenancy_tenants.yaml -#- path: patches/webhook_in_multitenancy_tenantresourcequotas.yaml #+kubebuilder:scaffold:crdkustomizewebhookpatch # [CERTMANAGER] To enable cert-manager, uncomment all the sections with [CERTMANAGER] prefix. # patches here are for enabling the CA injection for each CRD #- path: patches/cainjection_in_multitenancy_tenants.yaml -#- path: patches/cainjection_in_multitenancy_tenantresourcequotas.yaml #+kubebuilder:scaffold:crdkustomizecainjectionpatch # [WEBHOOK] To enable webhook, uncomment the following section