From 7417303508cabba8fe056e8c39e7208c00983301 Mon Sep 17 00:00:00 2001 From: mustache1up Date: Sun, 21 Mar 2021 02:08:03 -0300 Subject: [PATCH] enhance onDelete description on values.yaml --- charts/nfs-subdir-external-provisioner/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nfs-subdir-external-provisioner/values.yaml b/charts/nfs-subdir-external-provisioner/values.yaml index 8ae9c161..66b83c59 100644 --- a/charts/nfs-subdir-external-provisioner/values.yaml +++ b/charts/nfs-subdir-external-provisioner/values.yaml @@ -35,7 +35,7 @@ storageClass: # When set to false your PVs will not be archived by the provisioner upon deletion of the PVC. archiveOnDelete: true - # If it exists and has a delete value, delete the directory, if it exists and has a retain value, save the directory. + # If it exists and has 'delete' value, delete the directory. If it exists and has 'retain' value, save the directory. # Overrides archiveOnDelete. # Ignored if value not set. onDelete: