diff options
author | 2024-08-19 17:32:54 +0100 | |
---|---|---|
committer | 2024-08-19 17:32:54 +0100 | |
commit | 8d4dd03997ed92cf0283688e586f55137041e503 (patch) | |
tree | 76c25d621a025c7bd636bd6c7cb8452844d5e593 /kubernetes | |
parent | Use 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.yaml | 2 |
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"]' |