Skip to content

Commit 6adc018

Browse files
authored
fix: disable gradual rollout (#112)
1 parent 2316ce8 commit 6adc018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ops-agent-policy/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,9 @@ resource "google_os_config_os_policy_assignment" "ops_agent_policy" {
336336
}
337337
rollout {
338338
disruption_budget {
339-
percent = 10
339+
percent = 100
340340
}
341-
min_wait_duration = "3s"
341+
min_wait_duration = "0s"
342342
}
343343
description = "Cloud Ops Policy Assignment via Terraform"
344344
project = var.project

0 commit comments

Comments
 (0)