From 40523875f05a1049dbf37cda728f3312a91794f6 Mon Sep 17 00:00:00 2001
From: xeruf <27jf@pm.me>
Date: Fri, 5 Apr 2024 21:15:54 +0200
Subject: [PATCH] apps/meet: force mail port to string

https://github.com/fluxcd/flux2/issues/4154
---
 apps/meet/calcom/calcom-keys.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/meet/calcom/calcom-keys.yaml b/apps/meet/calcom/calcom-keys.yaml
index 1475c83..779b0ad 100644
--- a/apps/meet/calcom/calcom-keys.yaml
+++ b/apps/meet/calcom/calcom-keys.yaml
@@ -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}"
-- 
GitLab