Skip to content

Commit 4f753c5

Browse files
committed
Rename KUBE_NODE_NAME to NODE_NAME
Signed-off-by: zhucan <[email protected]>
1 parent 4a9a465 commit 4f753c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/kubernetes/csi-snapshotter/setup-csi-snapshotter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ spec:
103103
args:
104104
- "--v=5"
105105
- "--endpoint=$(CSI_ENDPOINT)"
106-
- "--nodeid=$(KUBE_NODE_NAME)"
106+
- "--nodeid=$(NODE_NAME)"
107107
env:
108108
- name: CSI_ENDPOINT
109109
value: unix:///csi/csi.sock
110-
- name: KUBE_NODE_NAME
110+
- name: NODE_NAME
111111
valueFrom:
112112
fieldRef:
113113
apiVersion: v1

0 commit comments

Comments
 (0)