Set the default reclaimPolicy for the NFS pv to Retain.

This commit is contained in:
Ólafur Haukur Flygenring 2021-09-10 12:21:25 +00:00
parent 584dc27a9e
commit f1ea3f760b
1 changed files with 1 additions and 1 deletions

View File

@ -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: