Skip to content

Commit

Permalink
docs: fix typo in extraMounts directory
Browse files Browse the repository at this point in the history
Typo in extraMounts directory
/var/openebs/local -> /var/local/openebs

Signed-off-by: Robby Ciliberto <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
rciliberto authored and smira committed Oct 2, 2024
1 parent a341bdb commit afc1e1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ machine:
openebs.io/engine: mayastor
kubelet:
extraMounts:
- destination: /var/openebs/local
- destination: /var/local/openebs
type: bind
source: /var/openebs/local
source: /var/local/openebs
options:
- rbind
- rshared
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ machine:
openebs.io/engine: mayastor
kubelet:
extraMounts:
- destination: /var/openebs/local
- destination: /var/local/openebs
type: bind
source: /var/openebs/local
source: /var/local/openebs
options:
- rbind
- rshared
Expand Down

0 comments on commit afc1e1a

Please sign in to comment.