Skip to content

Commit

Permalink
added env for kube node name (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
suryagupta4 authored and rishabhatdell committed Mar 20, 2024
1 parent 7d53566 commit 2021ed0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/csi-vxflexos/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,11 @@ spec:
value: "{{ .Values.node.renameSDC.prefix }}"
{{- end }}
{{- end }}
- name: X_CSI_POWERFLEX_KUBE_NODE_NAME
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
volumeMounts:
- name: driver-path
mountPath: {{ .Values.kubeletConfigDir }}/plugins/vxflexos.emc.dell.com
Expand Down

0 comments on commit 2021ed0

Please sign in to comment.