Skip to content

Commit 6e59fe3

Browse files
committed
feat: Remove all kustomize resources except CRDs
1 parent ca78bcc commit 6e59fe3

20 files changed

+0
-300
lines changed

config/crd/kustomization.yaml

-27
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,3 @@ resources:
1010
- bases/templates.kluctl.io_gitlabcomments.yaml
1111
- bases/templates.kluctl.io_githubcomments.yaml
1212
#+kubebuilder:scaffold:crdkustomizeresource
13-
14-
patchesStrategicMerge:
15-
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix.
16-
# patches here are for enabling the conversion webhook for each CRD
17-
#- patches/webhook_in_objecttemplates.yaml
18-
#- patches/webhook_in_listgitlabmergerequests.yaml
19-
#- patches/webhook_in_listgithubpullrequests.yaml
20-
#- patches/webhook_in_gitprojectors.yaml
21-
#- patches/webhook_in_texttemplates.yaml
22-
#- patches/webhook_in_gitlabcomments.yaml
23-
#- patches/webhook_in_githubcomments.yaml
24-
#+kubebuilder:scaffold:crdkustomizewebhookpatch
25-
26-
# [CERTMANAGER] To enable cert-manager, uncomment all the sections with [CERTMANAGER] prefix.
27-
# patches here are for enabling the CA injection for each CRD
28-
#- patches/cainjection_in_objecttemplates.yaml
29-
#- patches/cainjection_in_listgitlabmergerequests.yaml
30-
#- patches/cainjection_in_listgithubpullrequests.yaml
31-
#- patches/cainjection_in_gitprojectors.yaml
32-
#- patches/cainjection_in_texttemplates.yaml
33-
#- patches/cainjection_in_gitlabcomments.yaml
34-
#- patches/cainjection_in_githubcomments.yaml
35-
#+kubebuilder:scaffold:crdkustomizecainjectionpatch
36-
37-
# the following config is for teaching kustomize how to do kustomization for CRDs.
38-
configurations:
39-
- kustomizeconfig.yaml

config/crd/kustomizeconfig.yaml

-19
This file was deleted.

config/crd/patches/cainjection_in_githubcomments.yaml

-7
This file was deleted.

config/crd/patches/cainjection_in_gitlabcomments.yaml

-7
This file was deleted.

config/crd/patches/cainjection_in_gitprojectors.yaml

-7
This file was deleted.

config/crd/patches/cainjection_in_objecttemplates.yaml

-7
This file was deleted.

config/crd/patches/cainjection_in_texttemplates.yaml

-7
This file was deleted.

config/crd/patches/webhook_in_githubcomments.yaml

-16
This file was deleted.

config/crd/patches/webhook_in_gitlabcomments.yaml

-16
This file was deleted.

config/crd/patches/webhook_in_gitprojectors.yaml

-16
This file was deleted.

config/crd/patches/webhook_in_objecttemplates.yaml

-16
This file was deleted.

config/crd/patches/webhook_in_texttemplates.yaml

-16
This file was deleted.

config/default/kustomization.yaml

-8
This file was deleted.

config/install/kustomization.yaml

-9
This file was deleted.

config/install/namespace.yaml

-4
This file was deleted.

config/manager/deployment.yaml

-74
This file was deleted.

config/manager/kustomization.yaml

-8
This file was deleted.

config/samples/templates_v1alpha1_githubcomment.yaml

-12
This file was deleted.

config/samples/templates_v1alpha1_gitlabcomment.yaml

-12
This file was deleted.

config/samples/templates_v1alpha1_texttemplate.yaml

-12
This file was deleted.

0 commit comments

Comments
 (0)