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,7 +18,7 @@ spec:
# optional file system to be mounted # optional file system to be mounted
"fsName": "myfs" "fsName": "myfs"
# Required options from storageclass parameters need to be added in volumeAttributes # Required options from storageclass parameters need to be added in volumeAttributes
"clusterID": "99c133b4-bd71-4eb9-9c00-ced76abf2a40" "clusterID": "rook-ceph"
"staticVolume": "true" "staticVolume": "true"
"rootPath": "/volumes/csi/vaultwarden/5d18ebea-40f6-4de5-8691-5c4fcfd6768e" "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

View File

@ -7,7 +7,7 @@ provisioner: rook-ceph.cephfs.csi.ceph.com
parameters: parameters:
# clusterID is the namespace where the rook cluster is running # 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 # 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 # CephFS filesystem name into which the volume shall be created
fsName: myfs fsName: myfs