Skip to content

Commit

Permalink
fix: helm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
antonengelhardt authored Dec 10, 2024
1 parent c4fdcad commit dbd948f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/chart/local-path-provisioner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbd948f

Please sign in to comment.