From 1de307122de36a5a8834d560d4668a5bbb6c6ee4 Mon Sep 17 00:00:00 2001
From: xeruf <27jf@pm.me>
Date: Thu, 22 Dec 2022 14:52:53 +0000
Subject: [PATCH] code: enable registration explicitly

---
 basic/apps/code/gitea-values-configmap.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/basic/apps/code/gitea-values-configmap.yaml b/basic/apps/code/gitea-values-configmap.yaml
index eb268b5..76d2531 100644
--- a/basic/apps/code/gitea-values-configmap.yaml
+++ b/basic/apps/code/gitea-values-configmap.yaml
@@ -40,7 +40,7 @@ data:
         openid:
           ENABLE_OPENID_SIGNUP: true
         service:
-          #DISABLE_REGISTRATION: true
+          DISABLE_REGISTRATION: false
         log:
           LEVEL: "Trace"
     persistence:
-- 
GitLab