diff --git a/deploy/csi-blob-node.yaml b/deploy/csi-blob-node.yaml index 5f4f00cc8..f41d838f4 100644 --- a/deploy/csi-blob-node.yaml +++ b/deploy/csi-blob-node.yaml @@ -136,7 +136,7 @@ spec: args: - "--v=5" - "--endpoint=$(CSI_ENDPOINT)" - - "--enable-blobfuse-proxy=false" + - "--enable-blobfuse-proxy=true" - "--blobfuse-proxy-endpoint=$(BLOBFUSE_PROXY_ENDPOINT)" - "--nodeid=$(KUBE_NODE_NAME)" - "--user-agent-suffix=OSS-kubectl"