From 66293b909288aa14a497fce3e2123e534058d6a2 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Wed, 11 Sep 2024 16:44:24 +0200
Subject: [PATCH] use ceph-fs

---
 chart/pvc-shared-data.yaml | 2 +-
 chart/values.yaml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/chart/pvc-shared-data.yaml b/chart/pvc-shared-data.yaml
index 38c0a14f..fe918824 100644
--- a/chart/pvc-shared-data.yaml
+++ b/chart/pvc-shared-data.yaml
@@ -8,5 +8,5 @@ spec:
   resources:
     requests:
       storage: 80Gi
-  storageClassName: isilon
+  storageClassName: ceph-fs
 status: {}
\ No newline at end of file
diff --git a/chart/values.yaml b/chart/values.yaml
index 66caaed6..18524256 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -85,7 +85,7 @@ backCronTasks:
 projects:
   size: 19Gi
   minSizeToKeepFree: 10240 # size is in MB
-  storageClassName: isilon
+  storageClassName: ceph-fs
 
 client:
   securityContext:
-- 
GitLab