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