ids
This commit is contained in:
@ -18,7 +18,7 @@ spec:
|
||||
# optional file system to be mounted
|
||||
"fsName": "myfs"
|
||||
# Required options from storageclass parameters need to be added in volumeAttributes
|
||||
"clusterID": "99c133b4-bd71-4eb9-9c00-ced76abf2a40"
|
||||
"clusterID": "rook-ceph"
|
||||
"staticVolume": "true"
|
||||
"rootPath": "/volumes/csi/vaultwarden/5d18ebea-40f6-4de5-8691-5c4fcfd6768e"
|
||||
# volumeHandle can be anything, need not to be same
|
||||
|
@ -7,7 +7,7 @@ provisioner: rook-ceph.cephfs.csi.ceph.com
|
||||
parameters:
|
||||
# clusterID is the namespace where the rook cluster is running
|
||||
# If you change this namespace, also change the namespace below where the secret namespaces are defined
|
||||
clusterID: 9c133b4-bd71-4eb9-9c00-ced76abf2a40
|
||||
clusterID: rook-ceph
|
||||
|
||||
# CephFS filesystem name into which the volume shall be created
|
||||
fsName: myfs
|
||||
|
Reference in New Issue
Block a user