Skip to content

Commit

Permalink
fix(main.tf) add atomic true to helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jan 23, 2026
1 parent 09b4267 commit c5e82a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module "tempo-irsa-role" {
################################################################################
resource "helm_release" "tempo" {
depends_on = [module.tempo-irsa-role, module.images, module.tempo_s3]
atomic = true
chart = "tempo"
version = var.tempo_chart_version
name = "tempo"
Expand Down

0 comments on commit c5e82a0

Please sign in to comment.