Assign GOOGLE_AI_API_KEY from a Kubernetes secret (#13429)

Nathan Sobo created

Release Notes:

- N/A

Change summary

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

Detailed changes

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: