Assign OPENAI_API_KEY from a k8s secret in the collab deployment (#9703)

Nathan Sobo created

Merging this eagerly because it's just a configuration change, and I want to test it on staging.

Change summary

crates/collab/k8s/collab.template.yml | 5 +++++
1 file changed, 5 insertions(+)

Detailed changes

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: