Skip to content

Commit

Permalink
add 10m timeout on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 15, 2025
1 parent cd31aba commit bb7b897
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 @@ -25,6 +25,7 @@ resource "helm_release" "prometheus" {
namespace = var.namespace
version = var.prometheus_chart_version
repository = "https://prometheus-community.github.io/helm-charts"
timeout = 600

# Global
set {
Expand Down

0 comments on commit bb7b897

Please sign in to comment.