From 0ed1b29b01caf15b28fc3170685bb1e80d203501 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Sun, 23 Jun 2024 14:52:43 -0600 Subject: [PATCH] Assign GOOGLE_AI_API_KEY from a Kubernetes secret (#13429) Release Notes: - N/A --- 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 2a989afb40f34bc498173568150b21534a9526d1..4b12f01d392d83c53e1f01bbd1dfc3ce90e4750b 100644 --- a/crates/collab/k8s/collab.template.yml +++ b/crates/collab/k8s/collab.template.yml @@ -122,6 +122,11 @@ spec: secretKeyRef: name: anthropic key: api_key + - name: GOOGLE_AI_API_KEY + valueFrom: + secretKeyRef: + name: google_ai + key: api_key - name: BLOB_STORE_ACCESS_KEY valueFrom: secretKeyRef: