Skip to content

Commit

Permalink
fix: set pinecone api key on api pod (#6505)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored May 14, 2024
1 parent 0b474a4 commit 1d34b78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/galoy/templates/api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ spec:
- name: OPENAI_ASSISTANT_ID
value: {{ .Values.galoy.openai.assistantId | quote }}

- name: PINECONE_API_KEY
valueFrom:
secretKeyRef:
name: {{ .Values.galoy.pineconeExistingSecret.name }}
key: {{ .Values.galoy.pineconeExistingSecret.key }}

- name: MATTERMOST_WEBHOOK_URL
value: {{ .Values.galoy.mattermostWebhookUrl | quote }}

Expand Down

0 comments on commit 1d34b78

Please sign in to comment.