Set the default reclaimPolicy for the NFS pv to Retain.

parent 584dc27a
...@@ -12,7 +12,7 @@ nfs: ...@@ -12,7 +12,7 @@ nfs:
path: /nfs-storage path: /nfs-storage
mountOptions: mountOptions:
volumeName: nfs-subdir-external-provisioner-root 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: # For creating the StorageClass automatically:
storageClass: 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