Skip to content

Commit

Permalink
add replace true
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 8, 2025
1 parent 8f12610 commit ec09af8
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 @@ -37,6 +37,7 @@ resource "helm_release" "loki" {
namespace = var.namespace
repository = "https://grafana.github.io/helm-charts"
cleanup_on_fail = true
replace = true
wait = true

values = [
Expand Down

0 comments on commit ec09af8

Please sign in to comment.