Skip to content

Commit 78c065c

Browse files
authored
Update README.md
1 parent 1a68719 commit 78c065c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This option does not depend on cloud provider config file, supports cross subscr
4343
>
4444
> Execute following command to install a specific version of blobfuse v2 once driver is running on the agent node:
4545
> ```console
46-
> kubectl patch daemonset csi-blob-node -n kube-system -p '{"spec":{"template":{"spec":{"initContainers":[{"env":[{"name":"INSTALL_BLOBFUSE2","value":"true"},{"name":"BLOBFUSE2_VERSION","value":"2.3.0"}],"name":"install-blobfuse-proxy"}]}}}}'
46+
> kubectl patch daemonset csi-blob-node -n kube-system -p '{"spec":{"template":{"spec":{"initContainers":[{"env":[{"name":"INSTALL_BLOBFUSE2","value":"true"},{"name":"BLOBFUSE2_VERSION","value":"2.3.2"}],"name":"install-blobfuse-proxy"}]}}}}'
4747
> ```
4848
>
4949
> Execute following command to install a specific version of blobfuse v1 once driver is running on the agent node:

0 commit comments

Comments
 (0)