Skip to content

Commit

Permalink
add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 19, 2024
1 parent fa50bf8 commit 42f8912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ resource "helm_release" "loki" {
name = "loki"
namespace = local.ns
repository = "https://grafana.github.io/helm-charts"
timeout = 900
wait = true

##### Globals #####
set {
Expand Down

0 comments on commit 42f8912

Please sign in to comment.