Skip to content

Commit 8513167

Browse files
authored
Expose AWS_REGION on the node
1 parent 43954a0 commit 8513167

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

charts/aws-fsx-csi-driver/templates/node-daemonset.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ spec:
6767
valueFrom:
6868
fieldRef:
6969
fieldPath: spec.nodeName
70+
{{- with .Values.node.region }}
71+
- name: AWS_REGION
72+
value: {{ . }}
73+
{{- end }}
7074
volumeMounts:
7175
- name: kubelet-dir
7276
mountPath: /var/lib/kubelet

0 commit comments

Comments
 (0)