From 82e8a8120ef1d5cf9b1734c38940b45e422849e1 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Fri, 24 Jan 2025 13:33:58 +0100 Subject: [PATCH] Remove labels.includeSelectors from config/crd/kustomization.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Büringer buringerst@vmware.com --- bootstrap/kubeadm/config/crd/kustomization.yaml | 3 +-- controlplane/kubeadm/config/crd/kustomization.yaml | 3 +-- test/infrastructure/docker/config/crd/kustomization.yaml | 3 +-- test/infrastructure/inmemory/config/crd/kustomization.yaml | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/bootstrap/kubeadm/config/crd/kustomization.yaml b/bootstrap/kubeadm/config/crd/kustomization.yaml index 131412f826b0..1dc10bc66847 100644 --- a/bootstrap/kubeadm/config/crd/kustomization.yaml +++ b/bootstrap/kubeadm/config/crd/kustomization.yaml @@ -1,6 +1,5 @@ labels: -- includeSelectors: true - pairs: +- pairs: cluster.x-k8s.io/v1beta1: v1beta1 # This kustomization.yaml is not intended to be run by itself, diff --git a/controlplane/kubeadm/config/crd/kustomization.yaml b/controlplane/kubeadm/config/crd/kustomization.yaml index 8255b20e4c7f..e0f9790a06d6 100644 --- a/controlplane/kubeadm/config/crd/kustomization.yaml +++ b/controlplane/kubeadm/config/crd/kustomization.yaml @@ -1,6 +1,5 @@ labels: -- includeSelectors: true - pairs: +- pairs: cluster.x-k8s.io/v1beta1: v1beta1 # This kustomization.yaml is not intended to be run by itself, diff --git a/test/infrastructure/docker/config/crd/kustomization.yaml b/test/infrastructure/docker/config/crd/kustomization.yaml index 827d5e8b353d..a867228a1680 100644 --- a/test/infrastructure/docker/config/crd/kustomization.yaml +++ b/test/infrastructure/docker/config/crd/kustomization.yaml @@ -1,6 +1,5 @@ labels: -- includeSelectors: true - pairs: +- pairs: cluster.x-k8s.io/v1beta1: v1beta1 # This kustomization.yaml is not intended to be run by itself, diff --git a/test/infrastructure/inmemory/config/crd/kustomization.yaml b/test/infrastructure/inmemory/config/crd/kustomization.yaml index 245839c946c3..33263b023f4a 100644 --- a/test/infrastructure/inmemory/config/crd/kustomization.yaml +++ b/test/infrastructure/inmemory/config/crd/kustomization.yaml @@ -1,6 +1,5 @@ labels: -- includeSelectors: true - pairs: +- pairs: cluster.x-k8s.io/v1beta1: v1alpha1 # This kustomization.yaml is not intended to be run by itself,