Skip to content

Commit 82e8a81

Browse files
committed
Remove labels.includeSelectors from config/crd/kustomization.yaml
Signed-off-by: Stefan Büringer buringerst@vmware.com
1 parent 29905d5 commit 82e8a81

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

bootstrap/kubeadm/config/crd/kustomization.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
labels:
2-
- includeSelectors: true
3-
pairs:
2+
- pairs:
43
cluster.x-k8s.io/v1beta1: v1beta1
54

65
# This kustomization.yaml is not intended to be run by itself,

controlplane/kubeadm/config/crd/kustomization.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
labels:
2-
- includeSelectors: true
3-
pairs:
2+
- pairs:
43
cluster.x-k8s.io/v1beta1: v1beta1
54

65
# This kustomization.yaml is not intended to be run by itself,

test/infrastructure/docker/config/crd/kustomization.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
labels:
2-
- includeSelectors: true
3-
pairs:
2+
- pairs:
43
cluster.x-k8s.io/v1beta1: v1beta1
54

65
# This kustomization.yaml is not intended to be run by itself,

test/infrastructure/inmemory/config/crd/kustomization.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
labels:
2-
- includeSelectors: true
3-
pairs:
2+
- pairs:
43
cluster.x-k8s.io/v1beta1: v1alpha1
54

65
# This kustomization.yaml is not intended to be run by itself,

0 commit comments

Comments
 (0)