Skip to content

Commit 4b600a5

Browse files
author
DF Build Team
committed
csv: add additional csv changes that other commits bring
add generated csv changes Signed-off-by: DF Build Team <df-build-team@redhat.com>
1 parent c8207ce commit 4b600a5

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

build/csv/ceph/ceph.rook.io_cephobjectstores.yaml

+47
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,43 @@ spec:
496496
nullable: true
497497
type: object
498498
x-kubernetes-preserve-unknown-fields: true
499+
opsLogSidecar:
500+
nullable: true
501+
properties:
502+
resources:
503+
properties:
504+
claims:
505+
items:
506+
properties:
507+
name:
508+
type: string
509+
request:
510+
type: string
511+
required:
512+
- name
513+
type: object
514+
type: array
515+
x-kubernetes-list-map-keys:
516+
- name
517+
x-kubernetes-list-type: map
518+
limits:
519+
additionalProperties:
520+
anyOf:
521+
- type: integer
522+
- type: string
523+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
524+
x-kubernetes-int-or-string: true
525+
type: object
526+
requests:
527+
additionalProperties:
528+
anyOf:
529+
- type: integer
530+
- type: string
531+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
532+
x-kubernetes-int-or-string: true
533+
type: object
534+
type: object
535+
type: object
499536
placement:
500537
nullable: true
501538
properties:
@@ -1047,6 +1084,16 @@ spec:
10471084
type: object
10481085
type: object
10491086
x-kubernetes-preserve-unknown-fields: true
1087+
rgwCommandFlags:
1088+
additionalProperties:
1089+
type: string
1090+
nullable: true
1091+
type: object
1092+
rgwConfig:
1093+
additionalProperties:
1094+
type: string
1095+
nullable: true
1096+
type: object
10501097
securePort:
10511098
format: int32
10521099
maximum: 65535

0 commit comments

Comments
 (0)