Deploy the ZED_CLIENT_CHECKSUM_SEED too (#8289)

Conrad Irwin created

Release Notes:

- N/A

Change summary

crates/collab/.env.toml               | 2 +-
crates/collab/k8s/collab.template.yml | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)

Detailed changes

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 = ""

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: