Skip to content

Commit 6b421ba

Browse files
committed
raise pre stop controller seconds to 10
1 parent 6a6d957 commit 6b421ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/resource/statefulset.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ pub fn build_controller_rolegroup_statefulset(
650650
kafka_security,
651651
&resolved_product_image.product_version,
652652
)])
653-
.add_env_var("PRE_STOP_CONTROLLER_SLEEP_SECONDS", "5")
653+
.add_env_var("PRE_STOP_CONTROLLER_SLEEP_SECONDS", "10")
654654
.add_env_var(
655655
"EXTRA_ARGS",
656656
kafka_role

0 commit comments

Comments
 (0)