From aa77e1afa0524e83045144efd1fcefb665292048 Mon Sep 17 00:00:00 2001 From: Mike McDonald <61101829+mikemcd3912@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:48:56 -0700 Subject: [PATCH] Update local-hostpath-sc.yaml --- .../Addons/Core/storage-driver/openebs/local-hostpath-sc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eks-anywhere-hybrid/Addons/Core/storage-driver/openebs/local-hostpath-sc.yaml b/eks-anywhere-hybrid/Addons/Core/storage-driver/openebs/local-hostpath-sc.yaml index 291593cb..2157edf5 100644 --- a/eks-anywhere-hybrid/Addons/Core/storage-driver/openebs/local-hostpath-sc.yaml +++ b/eks-anywhere-hybrid/Addons/Core/storage-driver/openebs/local-hostpath-sc.yaml @@ -9,7 +9,7 @@ metadata: - name: StorageType value: hostpath - name: BasePath - value: /mnt/lpv + value: /var/lib provisioner: openebs.io/local reclaimPolicy: Delete -volumeBindingMode: WaitForFirstConsumer \ No newline at end of file +volumeBindingMode: WaitForFirstConsumer