From cfcb908bfc2f8d177b24e8a6f7cf75b4e360a591 Mon Sep 17 00:00:00 2001 From: James Pace Date: Wed, 1 Feb 2023 23:00:25 -0500 Subject: [PATCH] Let the PVCs clean up for themselves. --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 7166166..3538bdf 100644 --- a/notes.md +++ b/notes.md @@ -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 install --namespace 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.path=/srv/nfs ```