From c881d0f45d0f9a09564fc0184eae4c27ff943075 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Wed, 15 Sep 2021 17:05:25 +0200 Subject: [PATCH] clarify comment, fix quoting --- flux2/apps/rocketchat/rocketchat-values-configmap.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flux2/apps/rocketchat/rocketchat-values-configmap.yaml b/flux2/apps/rocketchat/rocketchat-values-configmap.yaml index 46600344d..d5339c0f0 100644 --- a/flux2/apps/rocketchat/rocketchat-values-configmap.yaml +++ b/flux2/apps/rocketchat/rocketchat-values-configmap.yaml @@ -68,12 +68,13 @@ data: value: "true" - name: Accounts_OAuth_Custom_Openappstack_show_button value: "true" - # Prevent non-functional TOTP + # Prevent problems with 2FA in combination with OIDC + # (https://github.com/RocketChat/Rocket.Chat/issues/21533) - name: Accounts_TwoFactorAuthentication_By_Email_Auto_Opt_In value: "false" # Configure SMTP - name: SMTP_Protocol - value: 'smtp' + value: "smtp" - name: SMTP_Host value: "${outgoing_mail_smtp_host}" - name: SMTP_Port -- GitLab