Skip to content

Commit

Permalink
Merge pull request #329 from Leaseweb/bug/crd_conversion
Browse files Browse the repository at this point in the history
Fix CRD contract version label
  • Loading branch information
k8s-ci-robot authored May 23, 2024
2 parents d597e80 + cb664d7 commit 32f342c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/crd/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
commonLabels:
cluster.x-k8s.io/v1beta1: v1beta3
cluster.x-k8s.io/v1beta2: v1beta3
cluster.x-k8s.io/v1beta1: v1beta1_v1beta2_v1beta3

# This kustomization.yaml is not intended to be run by itself,
# since it depends on service name and namespace that are out of this kustomize package.
Expand Down

0 comments on commit 32f342c

Please sign in to comment.