From 2840f27b1891840fae7d7cda02db7e0b1a8ce4ab 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 4067993d..5949eeb9 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
-- 
GitLab