Skip to content

Commit

Permalink
Add make gen-latest-csv changes
Browse files Browse the repository at this point in the history
Signed-off-by: Malay Kumar Parida <[email protected]>
  • Loading branch information
malayparida2000 committed Oct 18, 2023
1 parent 16f2a44 commit fe6b1cd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 6 additions & 1 deletion config/crd/bases/ocs.openshift.io_storageclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,13 @@ spec:
resources reconciled with the StorageCluster
properties:
cephBlockPools:
description: ManageCephBlockPools defines how to reconcilea CephBlockPools
description: ManageCephBlockPools defines how to reconcile CephBlockPools
properties:
defaultSCForCluster:
description: if set to true, the storageClass created for
cephBlockPools will be annotated as the default for the
whole cluster
type: boolean
disableSnapshotClass:
type: boolean
disableStorageClass:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,13 @@ spec:
resources reconciled with the StorageCluster
properties:
cephBlockPools:
description: ManageCephBlockPools defines how to reconcilea CephBlockPools
description: ManageCephBlockPools defines how to reconcile CephBlockPools
properties:
defaultSCForCluster:
description: if set to true, the storageClass created for
cephBlockPools will be annotated as the default for the
whole cluster
type: boolean
disableSnapshotClass:
type: boolean
disableStorageClass:
Expand Down
7 changes: 6 additions & 1 deletion deploy/ocs-operator/manifests/storagecluster.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,13 @@ spec:
resources reconciled with the StorageCluster
properties:
cephBlockPools:
description: ManageCephBlockPools defines how to reconcilea CephBlockPools
description: ManageCephBlockPools defines how to reconcile CephBlockPools
properties:
defaultSCForCluster:
description: if set to true, the storageClass created for
cephBlockPools will be annotated as the default for the
whole cluster
type: boolean
disableSnapshotClass:
type: boolean
disableStorageClass:
Expand Down

0 comments on commit fe6b1cd

Please sign in to comment.