From fe70241ceecb1b3ef615411ea30eb3fb8fbf5819 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 19 Aug 2024 17:21:52 +0100 Subject: Use thallium-config-env configmap in Thallium deployment --- kubernetes/namespaces/merch/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kubernetes/namespaces') 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: -- cgit v1.2.3