From 4712fbdf71ffddbabf66e388b07e79beac2dd239 Mon Sep 17 00:00:00 2001 From: Bryan BRANCOTTE <bryan.brancotte@pasteur.fr> Date: Fri, 31 Jan 2025 11:07:54 +0100 Subject: [PATCH] Update storageClassName --- chart/pvc-shared-data.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab