From c5e82a061f50946e309d0971334a2c1405d43666 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Fri, 23 Jan 2026 16:57:42 -0500 Subject: [PATCH] fix(main.tf) add atomic true to helm chart --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index e75b75c..b821ce8 100644 --- a/main.tf +++ b/main.tf @@ -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"