From 50ff0d75f99b35654faf98b46fe5e7738d83e073 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 091e0d5a829f0d17d91e32746955ee6326931dcd..51d727624f7f645b91c3651d3f2caaa854c0a178 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 bc05fe5f3d6bd87d8cd8e8402d87972c064219f7..aea416e47df8e971932e8f3eda6824c8f5a14749 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: