Skip to content

Commit

Permalink
Remove unused env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
redadmiral authored Oct 11, 2024
1 parent 1675fa5 commit d0d32be
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# this file is used for BR internal deployment only
isEnabled: true
image: python:3.11-slim-bookworm
build:
Expand All @@ -7,12 +8,6 @@ run:
envs:
- name: OPENAI_API_KEY
value: "sm://{{.projectId}}/marco-openai-token"
- name: LANGCHAIN_API_KEY
value: "sm://{{.projectId}}/marco-langchain-token"
- name: VECTOR_SEARCH_ENDPOINT
value: "http://ask-br24-search.protected.svc.cluster.local"
- name: BRAVE_API_KEY
value: "sm://{{.projectId}}/marco-brave-token"
settings:
type: service
security:
Expand Down

0 comments on commit d0d32be

Please sign in to comment.