Skip to content

Commit

Permalink
csv: add additional csv changes that other commits bring
Browse files Browse the repository at this point in the history
add generated csv changes

Signed-off-by: DF Build Team <[email protected]>
  • Loading branch information
DF Build Team committed Dec 29, 2024
1 parent dba61dd commit 5374e46
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions build/csv/ceph/ceph.rook.io_cephobjectstores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,43 @@ spec:
nullable: true
type: object
x-kubernetes-preserve-unknown-fields: true
opsLogSidecar:
nullable: true
properties:
resources:
properties:
claims:
items:
properties:
name:
type: string
request:
type: string
required:
- name
type: object
type: array
x-kubernetes-list-map-keys:
- name
x-kubernetes-list-type: map
limits:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
type: object
requests:
additionalProperties:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
type: object
type: object
type: object
placement:
nullable: true
properties:
Expand Down Expand Up @@ -1047,6 +1084,16 @@ spec:
type: object
type: object
x-kubernetes-preserve-unknown-fields: true
rgwCommandFlags:
additionalProperties:
type: string
nullable: true
type: object
rgwConfig:
additionalProperties:
type: string
nullable: true
type: object
securePort:
format: int32
maximum: 65535
Expand Down

0 comments on commit 5374e46

Please sign in to comment.