Skip to content

Commit 563c406

Browse files
suaas21tamalsaha
authored andcommitted
Add note for local backend mountPath (#48)
1 parent de9f949 commit 563c406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/latest/backends/local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Following parameters are available for `Local` backend.
4242

4343
| Parameter | Type | Description |
4444
| -------------------- | ---------- | ------------------------------------------------------------------------------------------------------ |
45-
| `local.mountPath` | `Required` | Path where this volume will be mounted inside the sidecar container. Example: `/safe/data`. |
45+
| `local.mountPath` | `Required` | Path where this volume will be mounted inside the sidecar container. Example: `/safe/data`. <br> <strong>We have put `stash` binary in the root directory. Hence, you can not use `/stash` or `/stash/*` as `local.mountPath` </strong>
4646
| `local.subPath` | `Optional` | Sub-path inside the referenced volume where the backed up snapshot will be stored instead of its root. |
4747
| `local.VolumeSource` | `Required` | Any Kubernetes volume. Can be specified inlined. Example: `hostPath`. |
4848

0 commit comments

Comments
 (0)