You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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>
46
46
|`local.subPath`|`Optional`| Sub-path inside the referenced volume where the backed up snapshot will be stored instead of its root. |
47
47
|`local.VolumeSource`|`Required`| Any Kubernetes volume. Can be specified inlined. Example: `hostPath`. |
0 commit comments