From c680156d269a9a44c8d2e8e9b4e55b9f4bd04915 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Thu, 2 May 2024 11:34:55 +0200 Subject: [PATCH] ids --- apps/vaultwarden/base/vaultwarden-data-pvc.yaml | 4 ++-- infrastructure/04-rook-ceph/base/storageclass.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/vaultwarden/base/vaultwarden-data-pvc.yaml b/apps/vaultwarden/base/vaultwarden-data-pvc.yaml index b9e9638..8a9b4c4 100644 --- a/apps/vaultwarden/base/vaultwarden-data-pvc.yaml +++ b/apps/vaultwarden/base/vaultwarden-data-pvc.yaml @@ -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 diff --git a/infrastructure/04-rook-ceph/base/storageclass.yaml b/infrastructure/04-rook-ceph/base/storageclass.yaml index 0742e49..da8286e 100644 --- a/infrastructure/04-rook-ceph/base/storageclass.yaml +++ b/infrastructure/04-rook-ceph/base/storageclass.yaml @@ -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