From dbd948f2e0316e68ed5ebeda45abf933a874dcfb Mon Sep 17 00:00:00 2001 From: Anton Engelhardt <106314688+antonengelhardt@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:02:24 +0100 Subject: [PATCH] fix: helm install command --- deploy/chart/local-path-provisioner/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/chart/local-path-provisioner/README.md b/deploy/chart/local-path-provisioner/README.md index 7c66b471..d3751974 100644 --- a/deploy/chart/local-path-provisioner/README.md +++ b/deploy/chart/local-path-provisioner/README.md @@ -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