From b0872b5b576dd7841cc73b4ebff132adaf548ae0 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Fri, 23 Feb 2024 10:40:02 -0700 Subject: [PATCH] Deploy the ZED_CLIENT_CHECKSUM_SEED too (#8289) Release Notes: - N/A --- crates/collab/.env.toml | 2 +- crates/collab/k8s/collab.template.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/crates/collab/.env.toml b/crates/collab/.env.toml index 091e0d5a82..51d727624f 100644 --- a/crates/collab/.env.toml +++ b/crates/collab/.env.toml @@ -12,7 +12,7 @@ BLOB_STORE_SECRET_KEY = "the-blob-store-secret-key" BLOB_STORE_BUCKET = "the-extensions-bucket" BLOB_STORE_URL = "http://127.0.0.1:9000" BLOB_STORE_REGION = "the-region" -ZED_CLIENT_CHECKSUM_SEED = "development-client-checksum-seed" +ZED_CLIENT_CHECKSUM_SEED = "development-checksum-seed" CLICKHOUSE_URL = "http://localhost:8123" CLICKHOUSE_USER = "" diff --git a/crates/collab/k8s/collab.template.yml b/crates/collab/k8s/collab.template.yml index bc05fe5f3d..aea416e47d 100644 --- a/crates/collab/k8s/collab.template.yml +++ b/crates/collab/k8s/collab.template.yml @@ -90,6 +90,11 @@ spec: secretKeyRef: name: api key: token + - name: ZED_CLIENT_CHECKSUM_SEED + valueFrom: + secretKeyRef: + name: zed-client + key: checksum-seed - name: LIVE_KIT_SERVER valueFrom: secretKeyRef: