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