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 Sep 10, 2024
1 parent 1944e64 commit d9e4560
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 6 deletions.
39 changes: 36 additions & 3 deletions build/csv/ceph/ceph.rook.io_cephobjectstores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1476,11 +1476,44 @@ spec:
x-kubernetes-validations:
- message: object store shared metadata pool is immutable
rule: self == oldSelf
poolPlacements:
items:
properties:
dataNonECPoolName:
type: string
dataPoolName:
minLength: 1
type: string
metadataPoolName:
minLength: 1
type: string
name:
minLength: 1
pattern: ^[a-zA-Z0-9._/-]+$
type: string
storageClasses:
items:
properties:
dataPoolName:
minLength: 1
type: string
name:
minLength: 1
pattern: ^[a-zA-Z0-9._/-]+$
type: string
required:
- dataPoolName
- name
type: object
type: array
required:
- dataPoolName
- metadataPoolName
- name
type: object
type: array
preserveRadosNamespaceDataOnDelete:
type: boolean
required:
- dataPoolName
- metadataPoolName
type: object
zone:
nullable: true
Expand Down
39 changes: 36 additions & 3 deletions build/csv/ceph/ceph.rook.io_cephobjectzones.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,44 @@ spec:
x-kubernetes-validations:
- message: object store shared metadata pool is immutable
rule: self == oldSelf
poolPlacements:
items:
properties:
dataNonECPoolName:
type: string
dataPoolName:
minLength: 1
type: string
metadataPoolName:
minLength: 1
type: string
name:
minLength: 1
pattern: ^[a-zA-Z0-9._/-]+$
type: string
storageClasses:
items:
properties:
dataPoolName:
minLength: 1
type: string
name:
minLength: 1
pattern: ^[a-zA-Z0-9._/-]+$
type: string
required:
- dataPoolName
- name
type: object
type: array
required:
- dataPoolName
- metadataPoolName
- name
type: object
type: array
preserveRadosNamespaceDataOnDelete:
type: boolean
required:
- dataPoolName
- metadataPoolName
type: object
zoneGroup:
type: string
Expand Down

0 comments on commit d9e4560

Please sign in to comment.