Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Sep 26, 2023
1 parent f0645d2 commit 0fe988d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ data:
{{- include "alfresco-content-services.atsConfig" . | indent 4 }}
{{- end }}
{{- with .Values.global.mail }}
{{- if or .host }}
{{- if .host }}
mail.host={{ .host }}
mail.port={{ .port }}
mail.protocol={{ .protocol }}
Expand Down

0 comments on commit 0fe988d

Please sign in to comment.