Skip to content

Commit

Permalink
Remove TenantResourceQuota from project attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ubombar committed Mar 21, 2024
1 parent 04f675b commit c1265fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1265fa

Please sign in to comment.