Set the default reclaimPolicy for the NFS pv to Retain.

parent 584dc27a
......@@ -12,7 +12,7 @@ nfs:
path: /nfs-storage
mountOptions:
volumeName: nfs-subdir-external-provisioner-root
reclaimPolicy: Delete # Reclaim policy for the main nfs volume
reclaimPolicy: Retain # Reclaim policy for the main nfs volume
# For creating the StorageClass automatically:
storageClass:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment