mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
docs(common-library): Added mountPath field to NFS share (#151)
This commit is contained in:
parent
a081de5302
commit
fc93d46a40
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ If you require these, you must create a PVC to mount the share.
|
||||||
| `type` | Yes | |
|
| `type` | Yes | |
|
||||||
| `server` | Yes | Host name or IP address of the NFS server. |
|
| `server` | Yes | Host name or IP address of the NFS server. |
|
||||||
| `path` | Yes | The path on the server to mount. |
|
| `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. |
|
| `readOnly` | No | Explicitly specify if the volume should be mounted read-only. Even if not specified, the Secret will be read-only. |
|
||||||
|
|
||||||
## Minimal configuration:
|
## Minimal configuration:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue