Skip to content

Commit

Permalink
🔧 Add BUILDER_SENTRY_DSN to builder deployment (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Nov 13, 2024
1 parent 39c0674 commit 2ab91ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/k8s/builder/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ spec:
value: "${DEPOT_TOKEN}"
- name: AWS_DEPLOYMENT_BUCKET
value: "${AWS_DEPLOYMENT_BUCKET}"
- name: BUILDER_SENTRY_DSN
value: "${BUILDER_SENTRY_DSN}"
volumeMounts:
- mountPath: /var/lib/docker
name: docker-graph-storage
Expand Down

0 comments on commit 2ab91ff

Please sign in to comment.