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

Issue with webdocs deploying helmchart for OpenEBS #348

Open
pascal71 opened this issue Apr 7, 2024 · 0 comments
Open

Issue with webdocs deploying helmchart for OpenEBS #348

pascal71 opened this issue Apr 7, 2024 · 0 comments

Comments

@pascal71
Copy link

pascal71 commented Apr 7, 2024

@https://openebs.github.io/charts/

helm install --name openebs --namespace openebs openebs/openebs --create-namespace

This doesn´t work as --name is not an option for helm.

Should be:

helm install openebs --namespace openebs openebs/openebs --create-namespace

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