Skip to content

Commit

Permalink
docs: fix incorrect path for openebs in documentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cryptk authored and smira committed Aug 17, 2024
1 parent beadbac commit e193e7d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e193e7d

Please sign in to comment.