Skip to content

Commit 5064bca

Browse files
authored
Merge pull request #633 from zhucan/bugfix-615-1
Rename KUBE_NODE_NAME to NODE_NAME
2 parents b584cdf + 2a56514 commit 5064bca

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
@@ -101,11 +101,11 @@ spec:
101101
args:
102102
- "--v=5"
103103
- "--endpoint=$(CSI_ENDPOINT)"
104-
- "--nodeid=$(KUBE_NODE_NAME)"
104+
- "--nodeid=$(NODE_NAME)"
105105
env:
106106
- name: CSI_ENDPOINT
107107
value: unix:///csi/csi.sock
108-
- name: KUBE_NODE_NAME
108+
- name: NODE_NAME
109109
valueFrom:
110110
fieldRef:
111111
apiVersion: v1

0 commit comments

Comments
 (0)