diff --git a/main.tf b/main.tf index 7db3180..a4b679c 100644 --- a/main.tf +++ b/main.tf @@ -31,14 +31,15 @@ module "loki_irsa_role" { } resource "helm_release" "loki" { + atomic = true chart = "loki" - version = var.loki_chart_version + cleanup_on_fail = true name = "loki" namespace = var.namespace - repository = "https://grafana.github.io/helm-charts" - atomic = true - cleanup_on_fail = true replace = true + repository = "https://grafana.github.io/helm-charts" + timeout = 900 + version = var.loki_chart_version wait = true values = [