Skip to content

Commit

Permalink
Merge pull request #616 from zhucan/bugfix-615
Browse files Browse the repository at this point in the history
Rename KUBE_NODE_NAME to NODE_NAME
  • Loading branch information
k8s-ci-robot authored Dec 22, 2021
2 parents 138d310 + 4f753c5 commit 7cbfc45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes/csi-snapshotter/setup-csi-snapshotter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ spec:
args:
- "--v=5"
- "--endpoint=$(CSI_ENDPOINT)"
- "--nodeid=$(KUBE_NODE_NAME)"
- "--nodeid=$(NODE_NAME)"
env:
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
- name: KUBE_NODE_NAME
- name: NODE_NAME
valueFrom:
fieldRef:
apiVersion: v1
Expand Down

0 comments on commit 7cbfc45

Please sign in to comment.