Skip to content

Commit

Permalink
fix: double up openebs base path (#8648)
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Jan 13, 2025
1 parent e09fe04 commit dbf3450
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubernetes/apps/openebs-system/openebs/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit dbf3450

Please sign in to comment.