aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-19 17:21:52 +0100
committerGravatar Joe Banks <[email protected]>2024-08-19 17:21:52 +0100
commitfe70241ceecb1b3ef615411ea30eb3fb8fbf5819 (patch)
tree7f23b250cfc9f35373567241f803e5328cfb084b
parentAdd CORS config for Thallium (diff)
Use thallium-config-env configmap in Thallium deployment
-rw-r--r--kubernetes/namespaces/merch/deployment.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/namespaces/merch/deployment.yaml b/kubernetes/namespaces/merch/deployment.yaml
index 2f72e0d..70cc13d 100644
--- a/kubernetes/namespaces/merch/deployment.yaml
+++ b/kubernetes/namespaces/merch/deployment.yaml
@@ -20,6 +20,8 @@ spec:
envFrom:
- secretRef:
name: thallium-backend-env
+ - configMapRef:
+ name: thallium-config-env
securityContext:
readOnlyRootFilesystem: true
imagePullSecrets: