From 36770c5bb663018db74f3f15ac9509bd7aeff05d Mon Sep 17 00:00:00 2001 From: Simon-Boyer Date: Wed, 18 Sep 2024 18:57:08 -0400 Subject: [PATCH] host local fix path --- system/mayastor/storageclass.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/mayastor/storageclass.yml b/system/mayastor/storageclass.yml index 1bb51a2..0a3186f 100644 --- a/system/mayastor/storageclass.yml +++ b/system/mayastor/storageclass.yml @@ -21,7 +21,7 @@ metadata: - name: StorageType value: hostpath - name: BasePath - value: /var/local-hostpath + value: /var/local/local-hostpath provisioner: openebs.io/local reclaimPolicy: Delete volumeBindingMode: WaitForFirstConsumer \ No newline at end of file