Skip to content

Commit

Permalink
Remove TAVILY_API_KEY from deployment (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew authored Jun 26, 2024
1 parent 530a516 commit 742f426
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/chat-app/config/200-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ spec:
secretKeyRef:
key: OPENAI_API_KEY
name: chat-app-credentials
- name: TAVILY_API_KEY
valueFrom:
secretKeyRef:
key: TAVILY_API_KEY
name: chat-app-credentials
- name: IN_KUBERNETES
value: "true"
image: quay.io/cali0707/chat-app
Expand Down

0 comments on commit 742f426

Please sign in to comment.