Skip to content

Commit 8606cc4

Browse files
committed
Fixed bug smtp tls flag was always true
1 parent 051a344 commit 8606cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/oncall/templates/_env.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ when broker.type != rabbitmq, we do not need to include rabbitmq environment var
601601
{{- end }}
602602

603603
{{- define "snippet.oncall.smtp.env" -}}
604-
{{- $smtpTLS:=.Values.oncall.smtp.tls | default true | toString | title | quote }}
604+
{{- $smtpTLS:=.Values.oncall.smtp.tls | default false | toString | title | quote }}
605605
{{- $smtpSSL:=.Values.oncall.smtp.ssl | default false | toString | title | quote }}
606606
{{- if eq $smtpTLS "\"True\"" }}
607607
{{- if eq $smtpSSL "\"True\"" }}

0 commit comments

Comments
 (0)