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/modmail/configmap.yaml | |
| parent | Configure Ansible for user authentication (#213) (diff) | |
Move all bots to designated namespaces
Diffstat (limited to '')
| -rw-r--r-- | kubernetes/namespaces/modmail/configmap.yaml (renamed from kubernetes/namespaces/default/modmail/configmap.yaml) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/namespaces/default/modmail/configmap.yaml b/kubernetes/namespaces/modmail/configmap.yaml index 30e417a..9117464 100644 --- a/kubernetes/namespaces/default/modmail/configmap.yaml +++ b/kubernetes/namespaces/modmail/configmap.yaml @@ -2,6 +2,7 @@ apiVersion: v1 kind: ConfigMap metadata: name: modmail-config-env + namespace: modmail 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 |