From 3dc96e3e6f52c8a9877221dfe746ed4fe51909b3 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Wed, 28 Jul 2021 18:24:58 +0200
Subject: [PATCH] Re-enable mongodb auth

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

diff --git a/flux2/apps/wekan/release.yaml b/flux2/apps/wekan/release.yaml
index 9f1f7dc6d..2040f95a0 100644
--- a/flux2/apps/wekan/release.yaml
+++ b/flux2/apps/wekan/release.yaml
@@ -96,6 +96,7 @@ spec:
       enabled: true
       architecture: standalone
       auth:
+        enabled: true
         username: wekan
         database: wekan
         # Unfortunatly we can't use existingSecret directly here because
-- 
GitLab