From e8b3d4e0fa8c95b1078bbda05f5fde981d5e9b2e Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 10 Mar 2023 17:19:16 -0800 Subject: [PATCH] Encode db-max-connections env var as a string in k8s manifest --- crates/collab/k8s/manifest.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/collab/k8s/manifest.template.yml b/crates/collab/k8s/manifest.template.yml index 75c7aa989d..0662a287d4 100644 --- a/crates/collab/k8s/manifest.template.yml +++ b/crates/collab/k8s/manifest.template.yml @@ -81,7 +81,7 @@ spec: name: database key: url - name: DATABASE_MAX_CONNECTIONS - value: ${DATABASE_MAX_CONNECTIONS} + value: "${DATABASE_MAX_CONNECTIONS}" - name: API_TOKEN valueFrom: secretKeyRef: