Skip to content
Snippets Groups Projects
Commit 2840f27b authored by Anton Engelhardt's avatar Anton Engelhardt Committed by Derek Su
Browse files

fix: helm install command

parent 7b1dad8f
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ To install the chart with the release name `local-path-storage`:
```console
$ git clone https://github.com/rancher/local-path-provisioner.git
$ cd local-path-provisioner
$ helm install ./deploy/chart/local-path-provisioner --name local-path-storage --namespace local-path-storage
$ helm install local-path-storage --create-namespace --namespace local-path-storage ./deploy/chart/local-path-provisioner/
```
The command deploys Local Path Provisioner on the Kubernetes cluster in the default configuration. The
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment