Skip to content

Commit

Permalink
dry
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwulf committed Oct 28, 2023
1 parent a28616b commit a2db9b2
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions cluster/core/storage/rook-ceph/single-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ spec:
allowVolumeExpansion: true
mountOptions: ["discard"]
# see https://github.com/rook/rook/blob/master/Documentation/ceph-block.md#provision-storage for available configuration
parameters:
parameters: &scparams
csi.storage.k8s.io/controller-expand-secret-name: rook-csi-rbd-provisioner
csi.storage.k8s.io/controller-expand-secret-namespace: storage
csi.storage.k8s.io/fstype: ext4
Expand All @@ -143,16 +143,7 @@ spec:
allowVolumeExpansion: true
mountOptions: ["discard"]
# see https://github.com/rook/rook/blob/master/Documentation/ceph-block.md#provision-storage for available configuration
parameters:
csi.storage.k8s.io/controller-expand-secret-name: rook-csi-rbd-provisioner
csi.storage.k8s.io/controller-expand-secret-namespace: storage
csi.storage.k8s.io/fstype: ext4
csi.storage.k8s.io/node-stage-secret-name: rook-csi-rbd-node
csi.storage.k8s.io/node-stage-secret-namespace: storage
csi.storage.k8s.io/provisioner-secret-name: rook-csi-rbd-provisioner
csi.storage.k8s.io/provisioner-secret-namespace: storage
imageFeatures: layering
imageFormat: "2"
parameters: *scparams
# - name: ceph-ecpool
# # see https://github.com/rook/rook/blob/master/Documentation/ceph-pool-crd.md#spec for available configuration
# spec:
Expand Down

0 comments on commit a2db9b2

Please sign in to comment.