From fc93d46a4094604f622ed0388f8ecc7aa7874786 Mon Sep 17 00:00:00 2001 From: Elliot Weishaar Date: Tue, 6 Jun 2023 11:19:01 -0500 Subject: [PATCH] docs(common-library): Added mountPath field to NFS share (#151) --- docs/src/common-library/storage/types/nfs-share.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/common-library/storage/types/nfs-share.md b/docs/src/common-library/storage/types/nfs-share.md index 75032690..5a458299 100644 --- a/docs/src/common-library/storage/types/nfs-share.md +++ b/docs/src/common-library/storage/types/nfs-share.md @@ -14,6 +14,7 @@ If you require these, you must create a PVC to mount the share. | `type` | Yes | | | `server` | Yes | Host name or IP address of the NFS server. | | `path` | Yes | The path on the server to mount. | +| `mountPath` | No | The path on the pod to mount to. Defaults to `/` | | `readOnly` | No | Explicitly specify if the volume should be mounted read-only. Even if not specified, the Secret will be read-only. | ## Minimal configuration: