Skip to content

Commit

Permalink
Fix domainList. (#258)
Browse files Browse the repository at this point in the history
Signed-off-by: Rokibul Hasan <[email protected]>
  • Loading branch information
RokibulHasan7 authored Nov 2, 2023
1 parent e08df53 commit 9e0e44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ace/templates/platform/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ stringData:
ENABLE_REVERSE_PROXY_AUTHENTICATION = false
ENABLE_REVERSE_PROXY_AUTO_REGISTRATION = false
NO_REPLY_ADDRESS = {{ .Values.settings.smtp.from }}
EMAIL_DOMAIN_WHITELIST = {{ .Values.settings.platform.serviceDomainWhiteList }}
EMAIL_DOMAIN_WHITELIST = {{ join "," .Values.settings.platform.serviceDomainWhiteList }}

[other]
SHOW_FOOTER_BRANDING = {{ .Values.settings.platform.otherShowFooterBranding }}
Expand Down

0 comments on commit 9e0e44b

Please sign in to comment.