From f56707e0769a0ca1ccdac4ed1338d5df042c2311 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Fri, 22 Mar 2024 08:36:52 -0600 Subject: [PATCH] Assign OPENAI_API_KEY from a k8s secret in the collab deployment (#9703) Merging this eagerly because it's just a configuration change, and I want to test it on staging. --- crates/collab/k8s/collab.template.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/collab/k8s/collab.template.yml b/crates/collab/k8s/collab.template.yml index cf736f5fd1..8a8f55fd1a 100644 --- a/crates/collab/k8s/collab.template.yml +++ b/crates/collab/k8s/collab.template.yml @@ -125,6 +125,11 @@ spec: secretKeyRef: name: livekit key: secret + - name: OPENAI_API_KEY + valueFrom: + secretKeyRef: + name: openai + key: api_key - name: BLOB_STORE_ACCESS_KEY valueFrom: secretKeyRef: