From 571aadd47ec08c1acaba7f55ea70981d83a9b484 Mon Sep 17 00:00:00 2001 From: ariksidney Date: Sat, 27 Feb 2021 11:17:33 +0100 Subject: [PATCH] Clarify usage of pathPattern parameter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd7bacd4..8159deae 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ To disable leader election, define an env variable named ENABLE_LEADER_ELECTION | --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------: | | onDelete | If it exists and has a delete value, delete the directory, if it exists and has a retain value, save the directory. | will be archived with name on the share: `archived-` | | archiveOnDelete | If it exists and has a false value, delete the directory. if `onDelete` exists, `archiveOnDelete` will be ignored. | will be archived with name on the share: `archived-` | -| pathPattern | Specifies a template for creating a directory path via PVC metadata's such as labels, annotations, name or namespace. To specify metadata use `${.PVC.}`: `${PVC.namespace}` | n/a | +| pathPattern | Specifies a template for creating a directory path via PVC metadata's such as labels, annotations, name or namespace. To specify metadata use `${.PVC.}`. Example: If folder should be named like `-`, use `${.PVC.namespace}-${.PVC.name}` as pathPattern. | n/a | This is `deploy/class.yaml` which defines the NFS subdir external provisioner's Kubernetes Storage Class: