diff options
author | 2024-01-08 14:58:05 +0000 | |
---|---|---|
committer | 2024-01-31 14:00:10 +0000 | |
commit | d7472f7f775b195ddd55d7a953ce79ba9e14803e (patch) | |
tree | 2fc376f929f3f390e67a429841ba598470af0fb7 /kubernetes/namespaces/default/modmail/configmap.yaml | |
parent | Bump dorny/paths-filter from 2 to 3 (#177) (diff) |
Move non-secret secrets from secrets.yaml files to config maps
Diffstat (limited to 'kubernetes/namespaces/default/modmail/configmap.yaml')
-rw-r--r-- | kubernetes/namespaces/default/modmail/configmap.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kubernetes/namespaces/default/modmail/configmap.yaml b/kubernetes/namespaces/default/modmail/configmap.yaml new file mode 100644 index 0000000..30e417a --- /dev/null +++ b/kubernetes/namespaces/default/modmail/configmap.yaml @@ -0,0 +1,12 @@ +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 |