From 06775e671eee3a9c7673ec4cf0783fdf27b42be9 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Thu, 29 Jul 2021 12:18:15 +0200
Subject: [PATCH] Fix OAUTH_ENABLED value

---
 flux2/apps/wekan/release.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flux2/apps/wekan/release.yaml b/flux2/apps/wekan/release.yaml
index e9d65b506..27a1726b2 100644
--- a/flux2/apps/wekan/release.yaml
+++ b/flux2/apps/wekan/release.yaml
@@ -36,7 +36,7 @@ spec:
       - name: "PASSWORD_LOGIN_ENABLED"
         value: "false"
       - name: "OAUTH2_ENABLED"
-        value: "TRUE"
+        value: "true"
       - name: "OAUTH2_CLIENT_ID"
         value: "wekan"
       - name: "OAUTH2_SERVER_URL"
-- 
GitLab