Skip to content

Commit

Permalink
shorter timeout again
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 10, 2025
1 parent c53d619 commit 86dbea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ resource "helm_release" "loki" {
namespace = var.namespace
replace = true
repository = "https://grafana.github.io/helm-charts"
timeout = 600
timeout = 300
version = var.loki_chart_version
wait = true

Expand Down

0 comments on commit 86dbea9

Please sign in to comment.