File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
config/helm/aws-node-termination-handler/templates Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,9 @@ spec:
151
151
value : " false"
152
152
- name : UPTIME_FROM_FILE
153
153
value : {{ .Values.procUptimeFile | quote }}
154
+ {{- with .Values.extraEnv }}
155
+ {{- toYaml . | nindent 12 }}
156
+ {{- end }}
154
157
{{- if or .Values.enablePrometheusServer .Values.enableProbesServer }}
155
158
ports :
156
159
{{- if .Values.enableProbesServer }}
Original file line number Diff line number Diff line change @@ -149,6 +149,9 @@ spec:
149
149
value : {{ .Values.enableRebalanceDraining | quote }}
150
150
- name : ENABLE_SQS_TERMINATION_DRAINING
151
151
value : " false"
152
+ {{- with .Values.extraEnv }}
153
+ {{- toYaml . | nindent 12 }}
154
+ {{- end }}
152
155
{{- if or .Values.enablePrometheusServer .Values.enableProbesServer }}
153
156
ports :
154
157
{{- if .Values.enableProbesServer }}
You can’t perform that action at this time.
0 commit comments