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/bots/sir-robin/configmap.yaml | |
parent | Configure Ansible for user authentication (#213) (diff) |
Move all bots to designated namespaces
Diffstat (limited to 'kubernetes/namespaces/bots/sir-robin/configmap.yaml')
-rw-r--r-- | kubernetes/namespaces/bots/sir-robin/configmap.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kubernetes/namespaces/bots/sir-robin/configmap.yaml b/kubernetes/namespaces/bots/sir-robin/configmap.yaml new file mode 100644 index 0000000..33b58a3 --- /dev/null +++ b/kubernetes/namespaces/bots/sir-robin/configmap.yaml @@ -0,0 +1,9 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: sir-robin-config-env + namespace: bots +data: + AOC_YEAR: '2023' + BOT_DEBUG: 'False' + CATEGORY_SUMMER_CODE_JAM: '1141401271635554334' |