From dbfcb63e3e448dd05600605e585d828cb69f5897 Mon Sep 17 00:00:00 2001 From: Luna Xu Date: Fri, 25 Oct 2024 18:53:33 +0000 Subject: [PATCH] remove bullet 10 --- content/docs/deployment/helm/drivers/installation/powermax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/deployment/helm/drivers/installation/powermax.md b/content/docs/deployment/helm/drivers/installation/powermax.md index fc065bb3fe..90d6c75308 100644 --- a/content/docs/deployment/helm/drivers/installation/powermax.md +++ b/content/docs/deployment/helm/drivers/installation/powermax.md @@ -396,7 +396,7 @@ CRDs should be configured during replication prepare stage with repctl as descri ```bash cd ../dell-csi-helm-installer && ./csi-install.sh --namespace powermax --values ./my-powermax-settings.yaml --helm-charts-version ``` -10. Or you can also install the driver using standalone helm chart using the command + Or you can also install the driver using standalone helm chart using the command ```bash helm install --values my-powermax-settings.yaml --namespace powermax powermax ./csi-powermax ```