From dbf345090f1365c942dc0a7880ffe39300aa3fb9 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Sun, 12 Jan 2025 23:50:00 -0500 Subject: [PATCH] fix: double up openebs base path (#8648) --- kubernetes/apps/openebs-system/openebs/app/helmrelease.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kubernetes/apps/openebs-system/openebs/app/helmrelease.yaml b/kubernetes/apps/openebs-system/openebs/app/helmrelease.yaml index 10be946f8f962..47cd1f0bf349b 100644 --- a/kubernetes/apps/openebs-system/openebs/app/helmrelease.yaml +++ b/kubernetes/apps/openebs-system/openebs/app/helmrelease.yaml @@ -27,11 +27,12 @@ spec: localpv: image: registry: quay.io/ + basePath: &hostPath /var/mnt/extra/openebs/local hostpathClass: enabled: true name: openebs-hostpath isDefaultClass: false - basePath: /var/mnt/extra/openebs/local + basePath: *hostPath helperPod: image: registry: quay.io/