Skip to content

Commit e256113

Browse files
committed
fix ClusterServiceVersion CRD to allow any descriptor default value
1 parent e3b6930 commit e256113

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

deploy/chart/templates/0000_30_02-clusterserviceversion.crd.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,6 @@ spec:
260260
items:
261261
type: string
262262
value:
263-
# FIXME(alecmerdler): Doesn't allow boolean values
264-
type: object
265263
description: If present, the value of this status is the same for all instances of the API resource and can be found here instead of on the API resource.
266264
specDescriptors:
267265
type: array
@@ -288,7 +286,6 @@ spec:
288286
items:
289287
type: string
290288
value:
291-
type: object
292289
description: If present, the value of this spec is the same for all instances of the API Resource and can be found here instead of on the API resource.
293290
actionDescriptors:
294291
type: array
@@ -315,7 +312,6 @@ spec:
315312
items:
316313
type: string
317314
value:
318-
type: object
319315
description: If present, the value of this action is the same for all instances of the API resource and can be found here instead of on the API resource.
320316
required:
321317
type: array
@@ -375,7 +371,6 @@ spec:
375371
items:
376372
type: string
377373
value:
378-
type: object
379374
description: If present, the value of this status is the same for all instances of the API Resource and can be found here instead of on the API Resource.
380375

381376
customresourcedefinitions:
@@ -451,7 +446,6 @@ spec:
451446
items:
452447
type: string
453448
value:
454-
type: object
455449
description: If present, the value of this status is the same for all instances of the CRD and can be found here instead of on the CR.
456450
specDescriptors:
457451
type: array
@@ -478,7 +472,6 @@ spec:
478472
items:
479473
type: string
480474
value:
481-
type: object
482475
description: If present, the value of this spec is the same for all instances of the CRD and can be found here instead of on the CR.
483476
actionDescriptors:
484477
type: array
@@ -505,7 +498,6 @@ spec:
505498
items:
506499
type: string
507500
value:
508-
type: object
509501
description: If present, the value of this action is the same for all instances of the CRD and can be found here instead of on the CR.
510502
required:
511503
type: array
@@ -559,7 +551,6 @@ spec:
559551
items:
560552
type: string
561553
value:
562-
type: object
563554
description: If present, the value of this status is the same for all instances of the CRD and can be found here instead of on the CR.
564555

565556

0 commit comments

Comments
 (0)