Skip to content

Commit 90cd792

Browse files
committed
doc: fix helm chart install
1 parent 70bcd41 commit 90cd792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
### install a specific version
2020
```console
2121
helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts
22-
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --set node.enableBlobfuseProxy=true --namespace kube-system --version v1.25.1
22+
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --set node.enableBlobfuseProxy=true --namespace kube-system --version 1.25.1
2323
```
2424

2525
## install on Azure Stack

0 commit comments

Comments
 (0)