Assign GOOGLE_AI_API_KEY from a Kubernetes secret (#13429)

Release Notes:

- N/A
This commit is contained in:
Nathan Sobo
2024-06-23 14:52:43 -06:00
committed by GitHub
parent 5b754915e4
commit 0ed1b29b01
+5
View File
@@ -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: