Skip to content

Commit

Permalink
chore: enable blobfuse-proxy by default in kubectl install
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Oct 11, 2024
1 parent 1eceff9 commit 3c4e1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/csi-blob-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3c4e1e3

Please sign in to comment.