From d4f8100bd4fc7d4e14a070c3eff600a259684d9a Mon Sep 17 00:00:00 2001 From: doctor_ew Date: Fri, 9 Aug 2024 13:31:27 -0400 Subject: [PATCH] docs: fix default openebs folder Update the directory. Signed-off-by: Andrey Smirnov --- .../configuration/replicated-local-storage-with-openebs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/v1.8/kubernetes-guides/configuration/replicated-local-storage-with-openebs.md b/website/content/v1.8/kubernetes-guides/configuration/replicated-local-storage-with-openebs.md index 0130a4a283..a36b8f118d 100644 --- a/website/content/v1.8/kubernetes-guides/configuration/replicated-local-storage-with-openebs.md +++ b/website/content/v1.8/kubernetes-guides/configuration/replicated-local-storage-with-openebs.md @@ -28,9 +28,9 @@ machine: openebs.io/engine: mayastor kubelet: extraMounts: - - destination: /var/local/openebs + - destination: /var/openebs/local type: bind - source: /var/local/openebs + source: /var/openebs/local options: - rbind - rshared