Skip to content

Commit

Permalink
Fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Nov 25, 2024
1 parent 4db42d0 commit 9dd1069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Helm Deploy Langfuse
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
working-directory: ./helm
run: helm upgrade --install langfuse langfuse-k8s/langfuse -f langfuse/values.yaml \
run: helm upgrade --install langfuse langfuse/langfuse -f langfuse/values.yaml \
--set postgresql.auth.password=${{ secrets.DATABASE_PASSWORD }} \
--set langfuse.nextauth.secret=${{ secrets.LANGFUSE_NEXTAUTH_SECRET }} \
--set langfuse.salt=${{ secrets.LANGFUSE_SALT }}

0 comments on commit 9dd1069

Please sign in to comment.