Commit 74173035 by mustache1up

enhance onDelete description on values.yaml

parent 8b8d398b
...@@ -35,7 +35,7 @@ storageClass: ...@@ -35,7 +35,7 @@ storageClass:
# When set to false your PVs will not be archived by the provisioner upon deletion of the PVC. # When set to false your PVs will not be archived by the provisioner upon deletion of the PVC.
archiveOnDelete: true 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. # Overrides archiveOnDelete.
# Ignored if value not set. # Ignored if value not set.
onDelete: onDelete:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment