Set the default reclaimPolicy for the NFS pv to Retain.
This commit is contained in:
parent
584dc27a9e
commit
f1ea3f760b
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue