Skip to content

Commit

Permalink
infra
Browse files Browse the repository at this point in the history
  • Loading branch information
alexinthesky committed Jan 6, 2025
1 parent d257ef8 commit 99a7367
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deployment/app/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ spec:
envFrom:
- secretRef:
name: craig-secrets

- secretRef:
name: postgresql-secrets
env:
- name: DATABASE_URL
value: "postgresql://craig:$(pg-user-password)@app-craig-bot-postgresql:5432/craig?schema=public"

0 comments on commit 99a7367

Please sign in to comment.