Skip to content

Commit 7cbfc45

Browse files
authored
Merge pull request #616 from zhucan/bugfix-615
Rename KUBE_NODE_NAME to NODE_NAME
2 parents 138d310 + 4f753c5 commit 7cbfc45

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)