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: Ceph Jenkins <ceph-jenkins@redhat.com>
  • Loading branch information
Ceph Jenkins committed Aug 11, 2024
1 parent ee7c6e5 commit 18a9523
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 0 deletions.
53 changes: 53 additions & 0 deletions build/csv/ceph/ceph.rook.io_cephobjectstores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,33 @@ spec:
items:
type: string
type: array
auth:
properties:
keystone:
nullable: true
properties:
acceptedRoles:
items:
type: string
type: array
implicitTenants:
type: string
revocationInterval:
nullable: true
type: integer
serviceUserSecretName:
type: string
tokenCacheSize:
nullable: true
type: integer
url:
type: string
required:
- acceptedRoles
- serviceUserSecretName
- url
type: object
type: object
dataPool:
nullable: true
properties:
Expand Down Expand Up @@ -1116,6 +1143,32 @@ spec:
type: object
preservePoolsOnDelete:
type: boolean
protocols:
properties:
s3:
nullable: true
properties:
authUseKeystone:
nullable: true
type: boolean
enabled:
nullable: true
type: boolean
type: object
swift:
nullable: true
properties:
accountInUrl:
nullable: true
type: boolean
urlPrefix:
nullable: true
type: string
versioningEnabled:
nullable: true
type: boolean
type: object
type: object
security:
nullable: true
properties:
Expand Down
44 changes: 44 additions & 0 deletions build/csv/ceph/rook-ceph-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2397,6 +2397,50 @@ spec:
- customresourcedefinitions
verbs:
- get
- apiGroups:
- csi.ceph.io
resources:
- cephconnections
verbs:
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- csi.ceph.io
resources:
- clientprofiles
verbs:
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- csi.ceph.io
resources:
- operatorconfigs
verbs:
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- csi.ceph.io
resources:
- drivers
verbs:
- create
- delete
- get
- list
- update
- watch
serviceAccountName: rook-ceph-system
- rules:
- apiGroups:
Expand Down

0 comments on commit 18a9523

Please sign in to comment.