docs(common-library): Added mountPath field to NFS share (#151)

This commit is contained in:
Elliot Weishaar 2023-06-06 11:19:01 -05:00 committed by GitHub
parent a081de5302
commit fc93d46a40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 `/<name-of-the-volume>` |
| `readOnly` | No | Explicitly specify if the volume should be mounted read-only. Even if not specified, the Secret will be read-only. |
## Minimal configuration: