Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Incorrect OPENEBS_IO_BASE_PATH when mayastor enabled #340

Open
rerime opened this issue Oct 26, 2023 · 0 comments
Open

Incorrect OPENEBS_IO_BASE_PATH when mayastor enabled #340

rerime opened this issue Oct 26, 2023 · 0 comments

Comments

@rerime
Copy link

rerime commented Oct 26, 2023

Description

helm template openebs openebs/openebs --version 3.9.0 --set localprovisioner.basePath="/opt/custom/path" | grep -A 1 'name: OPENEBS_IO_BASE_PATH' 

Output

 - name: OPENEBS_IO_BASE_PATH
 value: "/opt/custom/path"

Enable mayastor

helm template openebs openebs/openebs --version 3.9.0 --set localprovisioner.basePath="/opt/custom/path" --set mayastor.enabled=true | grep -A 1 'name: OPENEBS_IO_BASE_PATH' 

Output

- name: OPENEBS_IO_BASE_PATH
value: "/var/openebs/local"

Expected Behavior

Output

 - name: OPENEBS_IO_BASE_PATH
 value: "/opt/custom/path"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant