Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 8, 2025
1 parent ae2e1b3 commit 3a683f1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 3a683f1

Please sign in to comment.