@@ -1007,7 +1007,7 @@ spec:
10071007 type: string
10081008 description: PodAnnotations are annotations to add to
10091009 the pods.
1010- maxProperties: 48
1010+ maxProperties: 20
10111011 type: object
10121012 x-kubernetes-validations:
10131013 - message: annotation keys must be <64 chars and values
@@ -1019,7 +1019,7 @@ spec:
10191019 type: string
10201020 description: PodLabels are additional labels to add
10211021 to the pods.
1022- maxProperties: 48
1022+ maxProperties: 20
10231023 type: object
10241024 x-kubernetes-validations:
10251025 - message: label keys and values must be <64 chars
@@ -2175,7 +2175,7 @@ spec:
21752175 type: string
21762176 description: PodAnnotations are annotations to add to
21772177 the pods.
2178- maxProperties: 48
2178+ maxProperties: 20
21792179 type: object
21802180 x-kubernetes-validations:
21812181 - message: annotation keys must be <64 chars and values
@@ -2187,7 +2187,7 @@ spec:
21872187 type: string
21882188 description: PodLabels are additional labels to add
21892189 to the pods.
2190- maxProperties: 48
2190+ maxProperties: 20
21912191 type: object
21922192 x-kubernetes-validations:
21932193 - message: label keys and values must be <64 chars
@@ -3319,7 +3319,7 @@ spec:
33193319 type: string
33203320 description: PodAnnotations are annotations
33213321 to add to the pods.
3322- maxProperties: 48
3322+ maxProperties: 20
33233323 type: object
33243324 x-kubernetes-validations:
33253325 - message: annotation keys must be <64 chars
@@ -3331,7 +3331,7 @@ spec:
33313331 type: string
33323332 description: PodLabels are additional labels
33333333 to add to the pods.
3334- maxProperties: 48
3334+ maxProperties: 20
33353335 type: object
33363336 x-kubernetes-validations:
33373337 - message: label keys and values must be
@@ -5587,7 +5587,7 @@ spec:
55875587 type: string
55885588 description: PodAnnotations are annotations
55895589 to add to the pods.
5590- maxProperties: 48
5590+ maxProperties: 20
55915591 type: object
55925592 x-kubernetes-validations:
55935593 - message: annotation keys must be <64 chars
@@ -5599,7 +5599,7 @@ spec:
55995599 type: string
56005600 description: PodLabels are additional labels
56015601 to add to the pods.
5602- maxProperties: 48
5602+ maxProperties: 20
56035603 type: object
56045604 x-kubernetes-validations:
56055605 - message: label keys and values must be
@@ -8007,7 +8007,7 @@ spec:
80078007 type: string
80088008 description: PodAnnotations are annotations to add to the
80098009 pods.
8010- maxProperties: 48
8010+ maxProperties: 20
80118011 type: object
80128012 x-kubernetes-validations:
80138013 - message: annotation keys must be <64 chars and values <256
@@ -8018,7 +8018,7 @@ spec:
80188018 type: string
80198019 description: PodLabels are additional labels to add to the
80208020 pods.
8021- maxProperties: 48
8021+ maxProperties: 20
80228022 type: object
80238023 x-kubernetes-validations:
80248024 - message: label keys and values must be <64 chars
0 commit comments