From a423a6bc0e4c21a289230cb6a5a088dcf50f7317 Mon Sep 17 00:00:00 2001 From: Gorden Date: Mon, 19 Feb 2024 11:20:52 +0100 Subject: [PATCH] debug --- Distribution/PersistantVolume.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Distribution/PersistantVolume.yaml b/Distribution/PersistantVolume.yaml index 40d7205..e9210df 100644 --- a/Distribution/PersistantVolume.yaml +++ b/Distribution/PersistantVolume.yaml @@ -18,7 +18,7 @@ spec: driver: nfs.csi.k8s.io # volumeHandle format: {nfs-server-address}#{sub-dir-name}#{share-name} # make sure this value is unique for every share in the cluster - volumeHandle: 192.168.202.50/srv/distribution/## + volumeHandle: 192.168.202.50/srv/distribution## volumeAttributes: server: 192.168.202.50 - share: /srv/distribution/ \ No newline at end of file + share: /srv/distribution \ No newline at end of file