docs: fix incorrect path for openebs in documentation

Move 1.8 fix to 1.7.

Signed-off-by: cryptk <421501+cryptk@users.noreply.github.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
cryptk 2024-08-16 17:06:45 -05:00 committed by Andrey Smirnov
parent beadbac210
commit e193e7db98
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811

View File

@ -26,9 +26,9 @@ Create a machine config patch with the contents below and save as `patch.yaml`
machine:
kubelet:
extraMounts:
- destination: /var/local/openebs
- destination: /var/openebs/local
type: bind
source: /var/local/openebs
source: /var/openebs/local
options:
- bind
- rshared