Skip to content

Commit 7642192

Browse files
committed
Remove duplicate ca injection via kustomize
Signed-off-by: Stefan Büringer [email protected]
1 parent b03800d commit 7642192

28 files changed

+0
-225
lines changed

bootstrap/kubeadm/config/crd/kustomization.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ patches:
1818
- path: patches/webhook_in_kubeadmconfigtemplates.yaml
1919
# +kubebuilder:scaffold:crdkustomizewebhookpatch
2020

21-
# [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix.
22-
# patches here are for enabling the CA injection for each CRD
23-
- path: patches/cainjection_in_kubeadmconfigs.yaml
24-
- path: patches/cainjection_in_kubeadmconfigtemplates.yaml
25-
# +kubebuilder:scaffold:crdkustomizecainjectionpatch
26-
2721
# the following config is for teaching kustomize how to do kustomization for CRDs.
2822
configurations:
2923
- kustomizeconfig.yaml

bootstrap/kubeadm/config/crd/patches/cainjection_in_kubeadmconfigs.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

bootstrap/kubeadm/config/crd/patches/cainjection_in_kubeadmconfigtemplates.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

config/crd/kustomization.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,6 @@ patches:
3030
- path: patches/webhook_in_clusterresourcesetbindings.yaml
3131
# +kubebuilder:scaffold:crdkustomizewebhookpatch
3232

33-
# [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix.
34-
# patches here are for enabling the CA injection for each CRD
35-
- path: patches/cainjection_in_clusterclasses.yaml
36-
- path: patches/cainjection_in_clusters.yaml
37-
- path: patches/cainjection_in_machinepools.yaml
38-
- path: patches/cainjection_in_machines.yaml
39-
- path: patches/cainjection_in_machinesets.yaml
40-
- path: patches/cainjection_in_machinedeployments.yaml
41-
- path: patches/cainjection_in_machinehealthchecks.yaml
42-
- path: patches/cainjection_in_clusterresourcesets.yaml
43-
- path: patches/cainjection_in_clusterresourcesetbindings.yaml
44-
# +kubebuilder:scaffold:crdkustomizecainjectionpatch
45-
4633
# the following config is for teaching kustomize how to do kustomization for CRDs.
4734
configurations:
4835
- kustomizeconfig.yaml

config/crd/patches/cainjection_in_clusterclasses.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

config/crd/patches/cainjection_in_clusterresourcesetbindings.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

config/crd/patches/cainjection_in_clusterresourcesets.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

config/crd/patches/cainjection_in_clusters.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

config/crd/patches/cainjection_in_machinedeployments.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

config/crd/patches/cainjection_in_machinehealthchecks.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)