Skip to content

Commit

Permalink
fix: increase helm_release timeout to 25mins (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
akocbek authored Jan 14, 2025
1 parent b22a6fd commit 6351d50
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 @@ -39,7 +39,7 @@ resource "helm_release" "scc_wp_agent" {
version = "1.73.2"
namespace = var.namespace
create_namespace = true
timeout = 600
timeout = 1500
wait = true
recreate_pods = true
force_update = true
Expand Down

0 comments on commit 6351d50

Please sign in to comment.