File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -165,23 +165,23 @@ spec:
165
165
{{- include "horizon.mongodbUri" (dict "context" .) | nindent 14 }}
166
166
- name : APPLICATION_SECRET
167
167
{{- include "horizon.appSecret" (dict "context" .) | nindent 14 }}
168
- {{- if not (eq ( .Values.mailer.host | quote) "") }}
168
+ {{- if not (eq .Values.mailer.host "") }}
169
169
- name : SMTP_HOST
170
170
value : {{ .Values.mailer.host }}
171
171
{{- end }}
172
- {{- if not (eq ( .Values.mailer.port | quote) "") }}
172
+ {{- if not (eq .Values.mailer.port "") }}
173
173
- name : SMTP_PORT
174
174
value : {{ .Values.mailer.port | quote }}
175
175
{{- end }}
176
- {{- if not (eq ( .Values.mailer.ssl | quote) "") }}
176
+ {{- if not (eq .Values.mailer.ssl "") }}
177
177
- name : SMTP_SSL
178
178
value : {{ .Values.mailer.ssl | quote }}
179
179
{{- end }}
180
- {{- if not (eq ( .Values.mailer.tls | quote) "") }}
180
+ {{- if not (eq .Values.mailer.tls "") }}
181
181
- name : SMTP_TLS
182
182
value : {{ .Values.mailer.tls | quote }}
183
183
{{- end }}
184
- {{- if not (eq ( .Values.mailer.user | quote) "") }}
184
+ {{- if not (eq .Values.mailer.user "") }}
185
185
- name : SMTP_USER
186
186
value : {{ .Values.mailer.user | quote }}
187
187
{{- end }}
You can’t perform that action at this time.
0 commit comments