From 85afb3b8ca98db360c863cc56af18c411c6489e2 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 14 Apr 2024 23:12:48 +0100 Subject: Move all bots to designated namespaces --- kubernetes/namespaces/default/modmail/configmap.yaml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 kubernetes/namespaces/default/modmail/configmap.yaml (limited to 'kubernetes/namespaces/default/modmail/configmap.yaml') diff --git a/kubernetes/namespaces/default/modmail/configmap.yaml b/kubernetes/namespaces/default/modmail/configmap.yaml deleted file mode 100644 index 30e417a..0000000 --- a/kubernetes/namespaces/default/modmail/configmap.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: modmail-config-env -data: - DATABASE_TYPE: 'mongodb' # The type of database to use, only supports mongodb right now - DATA_COLLECTION: 'false' # Disable bot metadata collection by modmail devs - DISABLE_AUTOUPDATES: 'yes' - GUILD_ID: '267624335836053506' - LOG_URL: https://modmail.pythondiscord.com/ - OWNERS: 165023948638126080,95872159741644800,336843820513755157 - REGISTRY_PLUGINS_ONLY: 'false' # Allow the usage of plugins outside of the official registry -- cgit v1.2.3