We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2334b6a commit 69c792eCopy full SHA for 69c792e
deploy/blobfuse-proxy/README.md
@@ -13,7 +13,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driv
13
```
14
15
### 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
+> another opition: set `enable-blobfuse-proxy=true` in existing `csi-blob-node` daemonset (default is `false`)
17
```console
18
helm repo add blob-csi-driver https://raw.githubusercontent.com/kubernetes-sigs/blob-csi-driver/master/charts
19
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