Skip to content

Commit

Permalink
add missing aws credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Nov 26, 2024
1 parent 23c562c commit 38acff6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/zeno/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ metadata:
data:
OPENAI_API_KEY: {{ .Values.secrets.api.OPENAI_API_KEY | b64enc }}
ANTHROPIC_API_KEY: {{ .Values.secrets.api.ANTHROPIC_API_KEY | b64enc }}
AWS_ACCESS_KEY_ID: {{ .Values.secrets.api.AWS_ACCESS_KEY_ID | b64enc }}
AWS_SECRET_ACCESS_KEY: {{ .Values.secrets.api.AWS_SECRET_ACCESS_KEY | b64enc }}

0 comments on commit 38acff6

Please sign in to comment.