We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73911af + 2749490 commit 55d7e55Copy full SHA for 55d7e55
1 file changed
replicated/secrets.yaml
@@ -37,6 +37,8 @@ spec:
37
anthropic_api_key: '{{repl ConfigOption "anthropic_api_key"}}'
38
openai_api_key: '{{repl ConfigOption "openai_api_key"}}'
39
google_gemini_api_key: '{{repl ConfigOption "google_gemini_api_key"}}'
40
+ google_vertex_project_id: '{{repl ConfigOption "google_vertex_project_id"}}'
41
+ google_vertex_location: '{{repl ConfigOption "google_vertex_location"}}'
42
google_vertex_credentials: |
43
{{repl ConfigOptionData "google_vertex_credentials" | nindent 8}}
44
deepseek_api_key: '{{repl ConfigOption "deepseek_api_key"}}'
0 commit comments