Let the PVCs clean up for themselves.

This commit is contained in:
James Pace 2023-02-01 23:00:25 -05:00
parent 3742d4d779
commit cfcb908bfc
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ Install to the cluster:
helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/ helm repo add nfs-subdir-external-provisioner https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/
helm install --namespace nfs-subdir-external-provisioner nfs-subdir-external-provisioner \ helm install --namespace nfs-subdir-external-provisioner nfs-subdir-external-provisioner \
nfs-subdir-external-provisioner/nfs-subdir-external-provisioner \ nfs-subdir-external-provisioner/nfs-subdir-external-provisioner \
--set storageClass.onDelete=delete \
--set nfs.server=192.168.1.149 \ --set nfs.server=192.168.1.149 \
--set nfs.path=/srv/nfs --set nfs.path=/srv/nfs
``` ```