Skip to content

Commit

Permalink
Update deployment-web.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPastorClemente authored Jun 6, 2024
1 parent c37837c commit ce43858
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions templates/deployment-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,11 @@ spec:
value: {{ .Values.settings.email.emailHost }}
- name: EMAIL_PORT
value: {{ .Values.settings.email.emailPort }}
{{- if .Values.settings.email.emailUseTls }}
- name: EMAIL_USE_TLS
value: "True"
{{- else }}
- name: EMAIL_USE_TLS
value: "False"
{{- end }}
{{- if .Values.settings.email.emailUseSsl }}
- name: EMAIL_USE_SSL
value: "True"
{{- else }}
- name: EMAIL_USE_SSL
value: "False"
{{- end }}
{{- end }}
{{- if .Values.settings.email.externalSecret.enabled }}
- name: EMAIL_HOST_USER
valueFrom:
Expand Down

0 comments on commit ce43858

Please sign in to comment.