From b76ae348f1d50adcba0f60d6e1c44a482d206dce Mon Sep 17 00:00:00 2001
From: Timothee Gosselin <timothee@indie.host>
Date: Mon, 24 Jan 2022 17:24:29 +0000
Subject: [PATCH] fix admin username not allowed

---
 rocketchat/manifests/app.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rocketchat/manifests/app.yml b/rocketchat/manifests/app.yml
index b5db1bd..229af85 100644
--- a/rocketchat/manifests/app.yml
+++ b/rocketchat/manifests/app.yml
@@ -201,7 +201,7 @@ metadata:
   name: ${FQDN}-config
 apiVersion: v1
 data:
-  ADMIN_USERNAME: admin
+  ADMIN_USERNAME: indiehosters
   ADMIN_EMAIL: contact@indiehosters.net
   MONGO_USERNAME: rocketchat
   MONGO_OPLOG_USERNAME: oplog
-- 
GitLab