From 35a95c65531b3c23af1b348362a9cb552e1d4291 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Thu, 30 Oct 2025 09:44:52 +0000 Subject: [PATCH] Update roles/stolon/files/stolon-nfs-csi.yaml --- roles/stolon/files/stolon-nfs-csi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/stolon/files/stolon-nfs-csi.yaml b/roles/stolon/files/stolon-nfs-csi.yaml index c3b91c6..cba39e6 100644 --- a/roles/stolon/files/stolon-nfs-csi.yaml +++ b/roles/stolon/files/stolon-nfs-csi.yaml @@ -6,6 +6,6 @@ metadata: provisioner: nfs.csi.k8s.io parameters: server: 192.168.1.22 - share: /mnt/pool/data/k8s-Volumes/k8s-cluster-iac-deployed/postgresql-stolon + share: /mnt/fenix-main-nas-pool-0/data/k8s-Volumes/k8s-cluster-iac-deployed/postgresql-stolon allowVolumeExpansion: true reclaimPolicy: Retain \ No newline at end of file