Skip to content

Commit

Permalink
Remove labels.includeSelectors from config/crd/kustomization.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Büringer [email protected]
  • Loading branch information
sbueringer committed Jan 24, 2025
1 parent 29905d5 commit 82e8a81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions bootstrap/kubeadm/config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
3 changes: 1 addition & 2 deletions controlplane/kubeadm/config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
3 changes: 1 addition & 2 deletions test/infrastructure/docker/config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
3 changes: 1 addition & 2 deletions test/infrastructure/inmemory/config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 82e8a81

Please sign in to comment.