From 6a1f851933c89b1b5459597f123648243e40e5e0 Mon Sep 17 00:00:00 2001 From: Ceph Jenkins Date: Wed, 18 Dec 2024 03:08:16 -0500 Subject: [PATCH] csv: add additional csv changes that other commits bring add generated csv changes Signed-off-by: Ceph Jenkins --- .../ceph/ceph.rook.io_cephobjectstores.yaml | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/build/csv/ceph/ceph.rook.io_cephobjectstores.yaml b/build/csv/ceph/ceph.rook.io_cephobjectstores.yaml index 26ca845b034e8..3883f780bd342 100644 --- a/build/csv/ceph/ceph.rook.io_cephobjectstores.yaml +++ b/build/csv/ceph/ceph.rook.io_cephobjectstores.yaml @@ -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: @@ -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