aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-19 17:32:54 +0100
committerGravatar Joe Banks <[email protected]>2024-08-19 17:32:54 +0100
commit8d4dd03997ed92cf0283688e586f55137041e503 (patch)
tree76c25d621a025c7bd636bd6c7cb8452844d5e593 /kubernetes
parentUse thallium-config-env configmap in Thallium deployment (diff)
Update formatting of CORS_ORIGINS in Thallium configmap
Diffstat (limited to 'kubernetes')
-rw-r--r--kubernetes/namespaces/merch/configmap.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/namespaces/merch/configmap.yaml b/kubernetes/namespaces/merch/configmap.yaml
index 0cc3b25..a52bedf 100644
--- a/kubernetes/namespaces/merch/configmap.yaml
+++ b/kubernetes/namespaces/merch/configmap.yaml
@@ -4,4 +4,4 @@ metadata:
name: thallium-config-env
namespace: merch
data:
- BACKEND_CORS_ORIGINS: "https://merch.pydis.wtf,https://merch.owlcorp.uk"
+ BACKEND_CORS_ORIGINS: '["https://merch.pydis.wtf","https://merch.owlcorp.uk"]'