Skip to content

Commit 8f033c6

Browse files
committed
remove azurefile-proxy setting
1 parent b470c49 commit 8f033c6

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed
-38 Bytes
Binary file not shown.

charts/latest/azurefile-csi-driver/templates/csi-azurefile-node.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ spec:
116116
args:
117117
- "--v={{ .Values.node.logLevel }}"
118118
- "--endpoint=$(CSI_ENDPOINT)"
119-
- "--azurefile-proxy-endpoint=$(AZUREFILE_PROXY_ENDPOINT)"
120-
- "--enable-azurefile-proxy={{ .Values.node.azurefileProxy.enabled }}"
121119
- "--nodeid=$(KUBE_NODE_NAME)"
122120
- "--kubeconfig={{ .Values.linux.kubeconfig }}"
123121
- "--drivername={{ .Values.driver.name }}"

deploy/csi-azurefile-node.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ spec:
9191
args:
9292
- "--v=5"
9393
- "--endpoint=$(CSI_ENDPOINT)"
94-
- "--enable-azurefile-proxy=true"
95-
- "--azurefile-proxy-endpoint=$(AZUREFILE_PROXY_ENDPOINT)"
9694
- "--nodeid=$(KUBE_NODE_NAME)"
9795
- "--metrics-address=0.0.0.0:29615"
9896
- "--enable-kata-cc-mount=true"

0 commit comments

Comments
 (0)