Skip to content

Commit

Permalink
feat: Remove all kustomize resources except CRDs
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Jul 17, 2024
1 parent ca78bcc commit 6e59fe3
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 300 deletions.
27 changes: 0 additions & 27 deletions config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,3 @@ resources:
- bases/templates.kluctl.io_gitlabcomments.yaml
- bases/templates.kluctl.io_githubcomments.yaml
#+kubebuilder:scaffold:crdkustomizeresource

patchesStrategicMerge:
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
# patches here are for enabling the conversion webhook for each CRD
#- patches/webhook_in_objecttemplates.yaml
#- patches/webhook_in_listgitlabmergerequests.yaml
#- patches/webhook_in_listgithubpullrequests.yaml
#- patches/webhook_in_gitprojectors.yaml
#- patches/webhook_in_texttemplates.yaml
#- patches/webhook_in_gitlabcomments.yaml
#- patches/webhook_in_githubcomments.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
#- patches/cainjection_in_objecttemplates.yaml
#- patches/cainjection_in_listgitlabmergerequests.yaml
#- patches/cainjection_in_listgithubpullrequests.yaml
#- patches/cainjection_in_gitprojectors.yaml
#- patches/cainjection_in_texttemplates.yaml
#- patches/cainjection_in_gitlabcomments.yaml
#- patches/cainjection_in_githubcomments.yaml
#+kubebuilder:scaffold:crdkustomizecainjectionpatch

# the following config is for teaching kustomize how to do kustomization for CRDs.
configurations:
- kustomizeconfig.yaml
19 changes: 0 additions & 19 deletions config/crd/kustomizeconfig.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions config/crd/patches/cainjection_in_githubcomments.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions config/crd/patches/cainjection_in_gitlabcomments.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions config/crd/patches/cainjection_in_gitprojectors.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions config/crd/patches/cainjection_in_objecttemplates.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions config/crd/patches/cainjection_in_texttemplates.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions config/crd/patches/webhook_in_githubcomments.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions config/crd/patches/webhook_in_gitlabcomments.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions config/crd/patches/webhook_in_gitprojectors.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions config/crd/patches/webhook_in_objecttemplates.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions config/crd/patches/webhook_in_texttemplates.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions config/default/kustomization.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions config/install/kustomization.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions config/install/namespace.yaml

This file was deleted.

74 changes: 0 additions & 74 deletions config/manager/deployment.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions config/manager/kustomization.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions config/samples/templates_v1alpha1_githubcomment.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions config/samples/templates_v1alpha1_gitlabcomment.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions config/samples/templates_v1alpha1_texttemplate.yaml

This file was deleted.

0 comments on commit 6e59fe3

Please sign in to comment.