* Change comment location
This commit is contained in:
parent
48fab9587f
commit
5fe7e4afff
|
|
@ -12,7 +12,8 @@ nfs:
|
||||||
path: /nfs-storage
|
path: /nfs-storage
|
||||||
mountOptions:
|
mountOptions:
|
||||||
volumeName: nfs-subdir-external-provisioner-root
|
volumeName: nfs-subdir-external-provisioner-root
|
||||||
reclaimPolicy: Retain # Reclaim policy for the main nfs volume
|
# Reclaim policy for the main nfs volume
|
||||||
|
reclaimPolicy: Retain
|
||||||
|
|
||||||
# For creating the StorageClass automatically:
|
# For creating the StorageClass automatically:
|
||||||
storageClass:
|
storageClass:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue