Skip to content

Commit

Permalink
Merge pull request #1803 from andyzhangx/fix-helm-chart-install
Browse files Browse the repository at this point in the history
doc: fix helm chart install
  • Loading branch information
andyzhangx authored Jan 22, 2025
2 parents 70bcd41 + 90cd792 commit 824805a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
### install a specific version
```console
helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --set node.enableBlobfuseProxy=true --namespace kube-system --version v1.25.1
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --set node.enableBlobfuseProxy=true --namespace kube-system --version 1.25.1
```

## install on Azure Stack
Expand Down

0 comments on commit 824805a

Please sign in to comment.