Skip to content

Commit dabe77a

Browse files
author
Ceph Jenkins
committed
csv: add additional csv changes that other commits bring
add generated csv changes Signed-off-by: Ceph Jenkins <ceph-jenkins@redhat.com>
1 parent e0766ea commit dabe77a

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

build/csv/ceph/ceph.rook.io_cephfilesystems.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ spec:
237237
type: object
238238
type: array
239239
type: object
240+
name:
241+
type: string
240242
parameters:
241243
additionalProperties:
242244
type: string
@@ -1081,6 +1083,8 @@ spec:
10811083
type: object
10821084
preserveFilesystemOnDelete:
10831085
type: boolean
1086+
preservePoolNames:
1087+
type: boolean
10841088
preservePoolsOnDelete:
10851089
type: boolean
10861090
statusCheck:

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

+14
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,20 @@ spec:
14021402
type: boolean
14031403
protocols:
14041404
properties:
1405+
enableAPIs:
1406+
items:
1407+
enum:
1408+
- s3
1409+
- s3website
1410+
- swift
1411+
- swift_auth
1412+
- admin
1413+
- sts
1414+
- iam
1415+
- notifications
1416+
type: string
1417+
nullable: true
1418+
type: array
14051419
s3:
14061420
nullable: true
14071421
properties:

0 commit comments

Comments
 (0)