Skip to content

Commit 8a141c5

Browse files
authored
Merge pull request #11753 from sbueringer/pr-remove-include-selectors
🌱 Remove labels.includeSelectors from config/crd/kustomization.yaml
2 parents c6d70ab + 82e8a81 commit 8a141c5

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)