Skip to content

Commit 3c4e1e3

Browse files
committed
chore: enable blobfuse-proxy by default in kubectl install
1 parent 1eceff9 commit 3c4e1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/csi-blob-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ spec:
136136
args:
137137
- "--v=5"
138138
- "--endpoint=$(CSI_ENDPOINT)"
139-
- "--enable-blobfuse-proxy=false"
139+
- "--enable-blobfuse-proxy=true"
140140
- "--blobfuse-proxy-endpoint=$(BLOBFUSE_PROXY_ENDPOINT)"
141141
- "--nodeid=$(KUBE_NODE_NAME)"
142142
- "--user-agent-suffix=OSS-kubectl"

0 commit comments

Comments
 (0)