Skip to content
Snippets Groups Projects
Commit 40523875 authored by xeruf's avatar xeruf
Browse files

apps/meet: force mail port to string

https://github.com/fluxcd/flux2/issues/4154
parent 3d8d3e57
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ stringData:
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
EMAIL_FROM: "${outgoing_mail_from_address}"
EMAIL_SERVER_HOST: "${outgoing_mail_smtp_host}"
EMAIL_SERVER_PORT: "${outgoing_mail_smtp_port}"
EMAIL_SERVER_PORT: "!!str ${outgoing_mail_smtp_port}"
EMAIL_SERVER_USER: "${outgoing_mail_smtp_user}"
EMAIL_SERVER_PASSWORD: "${outgoing_mail_smtp_password}"
# email_enabled: "${outgoing_mail_enabled}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment