Skip to content

Commit

Permalink
Merge pull request #10969 from sbueringer/pr-remove-ca-inject
Browse files Browse the repository at this point in the history
🌱 Remove duplicate ca injection via kustomize
  • Loading branch information
k8s-ci-robot authored Aug 1, 2024
2 parents ab7bac8 + 7642192 commit 2bdd4b7
Show file tree
Hide file tree
Showing 28 changed files with 0 additions and 225 deletions.
6 changes: 0 additions & 6 deletions bootstrap/kubeadm/config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ patches:
- path: patches/webhook_in_kubeadmconfigtemplates.yaml
# +kubebuilder:scaffold:crdkustomizewebhookpatch

# [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix.
# patches here are for enabling the CA injection for each CRD
- path: patches/cainjection_in_kubeadmconfigs.yaml
- path: patches/cainjection_in_kubeadmconfigtemplates.yaml
# +kubebuilder:scaffold:crdkustomizecainjectionpatch

# the following config is for teaching kustomize how to do kustomization for CRDs.
configurations:
- kustomizeconfig.yaml

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,6 @@ patches:
- path: patches/webhook_in_clusterresourcesetbindings.yaml
# +kubebuilder:scaffold:crdkustomizewebhookpatch

# [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix.
# patches here are for enabling the CA injection for each CRD
- path: patches/cainjection_in_clusterclasses.yaml
- path: patches/cainjection_in_clusters.yaml
- path: patches/cainjection_in_machinepools.yaml
- path: patches/cainjection_in_machines.yaml
- path: patches/cainjection_in_machinesets.yaml
- path: patches/cainjection_in_machinedeployments.yaml
- path: patches/cainjection_in_machinehealthchecks.yaml
- path: patches/cainjection_in_clusterresourcesets.yaml
- path: patches/cainjection_in_clusterresourcesetbindings.yaml
# +kubebuilder:scaffold:crdkustomizecainjectionpatch

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

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions config/crd/patches/cainjection_in_clusterresourcesets.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions config/crd/patches/cainjection_in_clusters.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions config/crd/patches/cainjection_in_machinedeployments.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions config/crd/patches/cainjection_in_machinehealthchecks.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions config/crd/patches/cainjection_in_machinepools.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions config/crd/patches/cainjection_in_machines.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions config/crd/patches/cainjection_in_machinesets.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions controlplane/kubeadm/config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ patches:
- path: patches/webhook_in_kubeadmcontrolplanetemplates.yaml
# +kubebuilder:scaffold:crdkustomizewebhookpatch

# [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix.
# patches here are for enabling the CA injection for each CRD
- path: patches/cainjection_in_kubeadmcontrolplanes.yaml
- path: patches/cainjection_in_kubeadmcontrolplanetemplates.yaml
# +kubebuilder:scaffold:crdkustomizecainjectionpatch

# the following config is for teaching kustomize how to do kustomization for CRDs.
configurations:
- kustomizeconfig.yaml

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions test/infrastructure/docker/config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ patches:
- path: patches/webhook_in_dockerclustertemplates.yaml
- path: patches/webhook_in_dockermachinepooltemplates.yaml
# +kubebuilder:scaffold:crdkustomizewebhookpatch
# [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix.
# patches here are for enabling the CA injection for each CRD
- path: patches/cainjection_in_dockermachinepools.yaml
- path: patches/cainjection_in_dockermachines.yaml
- path: patches/cainjection_in_dockermachinetemplates.yaml
- path: patches/cainjection_in_dockerclusters.yaml
- path: patches/cainjection_in_dockerclustertemplates.yaml
- path: patches/cainjection_in_dockermachinepooltemplates.yaml
# +kubebuilder:scaffold:crdkustomizecainjectionpatch

# the following config is for teaching kustomize how to do kustomization for CRDs.
configurations:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions test/infrastructure/inmemory/config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ patches:
- path: patches/webhook_in_inmemorymachines.yaml
- path: patches/webhook_in_inmemorymachinetemplates.yaml
# +kubebuilder:scaffold:crdkustomizewebhookpatch
# [CERTMANAGER] To enable webhook, uncomment all the sections with [CERTMANAGER] prefix.
# patches here are for enabling the CA injection for each CRD
- path: patches/cainjection_in_inmemoryclusters.yaml
- path: patches/cainjection_in_inmemoryclustertemplates.yaml
- path: patches/cainjection_in_inmemorymachines.yaml
- path: patches/cainjection_in_inmemorymachinetemplates.yaml
# +kubebuilder:scaffold:crdkustomizecainjectionpatch

# the following config is for teaching kustomize how to do kustomization for CRDs.
configurations:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 2bdd4b7

Please sign in to comment.