apps/meet: force mail port to string
https://github.com/fluxcd/flux2/issues/4154
This commit is contained in:
parent
3d8d3e5724
commit
40523875f0
|
@ -10,7 +10,7 @@ stringData:
|
||||||
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
|
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
|
||||||
EMAIL_FROM: "${outgoing_mail_from_address}"
|
EMAIL_FROM: "${outgoing_mail_from_address}"
|
||||||
EMAIL_SERVER_HOST: "${outgoing_mail_smtp_host}"
|
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_USER: "${outgoing_mail_smtp_user}"
|
||||||
EMAIL_SERVER_PASSWORD: "${outgoing_mail_smtp_password}"
|
EMAIL_SERVER_PASSWORD: "${outgoing_mail_smtp_password}"
|
||||||
# email_enabled: "${outgoing_mail_enabled}"
|
# email_enabled: "${outgoing_mail_enabled}"
|
||||||
|
|
Loading…
Reference in New Issue