Skip to content

Commit

Permalink
Merge pull request #35 from moreal/bugfix/mimir-worker/sentry-dsn
Browse files Browse the repository at this point in the history
fix: correct sentry-related env
  • Loading branch information
moreal authored Nov 21, 2024
2 parents 5980d73 + 37c33b7 commit 30b3a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mimir-worker-ec2/ecs_task.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ locals {
]
sentry_secrets = var.use_sentry ? [
{
name = "Sentry__Dsn",
name = "WORKER_Configuration__SentryDsn",
valueFrom = "${aws_secretsmanager_secret.secret.arn}:sentry_dsn::"
}
] : []
Expand Down

0 comments on commit 30b3a4e

Please sign in to comment.