diff options
author | 2024-04-14 23:12:48 +0100 | |
---|---|---|
committer | 2024-04-14 23:12:48 +0100 | |
commit | 85afb3b8ca98db360c863cc56af18c411c6489e2 (patch) | |
tree | c5adcf0fe35eeebc1eaaf0a20c44656ed36b018b /kubernetes/namespaces/default/bot/configmap.yaml | |
parent | Configure Ansible for user authentication (#213) (diff) |
Move all bots to designated namespaces
Diffstat (limited to 'kubernetes/namespaces/default/bot/configmap.yaml')
-rw-r--r-- | kubernetes/namespaces/default/bot/configmap.yaml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/kubernetes/namespaces/default/bot/configmap.yaml b/kubernetes/namespaces/default/bot/configmap.yaml deleted file mode 100644 index f6bf02e..0000000 --- a/kubernetes/namespaces/default/bot/configmap.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: bot-config-env -data: - BOT_TRACE_LOGGERS: bot.utils.scheduling.ModPingsOnOff,bot.exts.moderation.modpings,bot.exts.backend.sync._syncers - DEBUG: 'False' - DUCK_POND_EXTRA_CHANNEL_BLACKLIST: "[291284109232308226,463035241142026251,463035268514185226]" # The 3 off-topic channels - URLS_PASTE_URL: https://paste.pythondiscord.com |