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.
This commit is contained in:
Nathan Sobo
2024-03-22 08:36:52 -06:00
committed by GitHub
parent ce57db497e
commit f56707e076
+5
View File
@@ -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: