Skip to content

Commit cb664d7

Browse files
committed
Fix CRD contract version label
Signed-off-by: Hans Rakers <[email protected]>
1 parent 0c5fad4 commit cb664d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/crd/kustomization.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
commonLabels:
2-
cluster.x-k8s.io/v1beta1: v1beta3
3-
cluster.x-k8s.io/v1beta2: v1beta3
2+
cluster.x-k8s.io/v1beta1: v1beta1_v1beta2_v1beta3
43

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

0 commit comments

Comments
 (0)