Skip to content

Commit

Permalink
Expose API key in cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
vcarl committed Jan 22, 2025
1 parent 1109650 commit 7c9ee81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cluster/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@ spec:
secretKeyRef:
name: reactibot-env
key: OPENAI_KEY
- name: REACTIBOT_API_KEY
valueFrom:
secretKeyRef:
name: reactibot-env
key: REACTIBOT_API_KEY

0 comments on commit 7c9ee81

Please sign in to comment.