This commit is contained in:
2024-05-02 11:34:55 +02:00
parent c50fd2b0aa
commit c680156d26
2 changed files with 3 additions and 3 deletions

View File

@ -18,10 +18,10 @@ 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
# volumeHandle can be anything, need not to be same
# as PV name or volume name. keeping same for brevity
volumeHandle: vaultwarden
persistentVolumeReclaimPolicy: Retain

View File

@ -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