From 8c79539914324eee64dbdaf1f535fc4e20da55e8 Mon Sep 17 00:00:00 2001 From: Sebastiaan Gerritsen <50165934+sebastiaan-dev@users.noreply.github.com> Date: Fri, 1 Mar 2024 19:24:49 +0100 Subject: [PATCH] docs: update replicated-local-storage-with-openebs-jiva.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change the path. Signed-off-by: SebastiŠ°an Gerritsen <50165934+sebastiaan-dev@users.noreply.github.com> Signed-off-by: Andrey Smirnov --- .../replicated-local-storage-with-openebs-jiva.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/v1.7/kubernetes-guides/configuration/replicated-local-storage-with-openebs-jiva.md b/website/content/v1.7/kubernetes-guides/configuration/replicated-local-storage-with-openebs-jiva.md index 63145cde85..f8adf193a1 100644 --- a/website/content/v1.7/kubernetes-guides/configuration/replicated-local-storage-with-openebs-jiva.md +++ b/website/content/v1.7/kubernetes-guides/configuration/replicated-local-storage-with-openebs-jiva.md @@ -26,9 +26,9 @@ Create a machine config patch with the contents below and save as `patch.yaml` machine: kubelet: extraMounts: - - destination: /var/openebs/local + - destination: /var/local/openebs type: bind - source: /var/openebs/local + source: /var/local/openebs options: - bind - rshared