Skip to content

Commit 69c792e

Browse files
authored
Update README.md
1 parent 2334b6a commit 69c792e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/blobfuse-proxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driv
1313
```
1414

1515
### Step#2. Install Blob CSI driver with `node.enableBlobfuseProxy=true` helm chart setting
16-
> another opition: set `enableBlobfuseProxy=true` in existing `csi-blob-node` daemonset
16+
> another opition: set `enable-blobfuse-proxy=true` in existing `csi-blob-node` daemonset (default is `false`)
1717
```console
1818
helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts
1919
helm install blob-csi-driver blob-csi-driver/blob-csi-driver --namespace kube-system --version v1.4.0 --set node.enableBlobfuseProxy=true

0 commit comments

Comments
 (0)