Assign GOOGLE_AI_API_KEY from a Kubernetes secret (#13429)
Release Notes: - N/A
This commit is contained in:
parent
5b754915e4
commit
0ed1b29b01
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue