Skip to content

Commit 7ade449

Browse files
Update rust/operator-binary/src/zk_controller.rs
Co-authored-by: Malte Sander <[email protected]>
1 parent 09476f3 commit 7ade449

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rust/operator-binary/src/zk_controller.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -493,10 +493,7 @@ pub async fn reconcile_zk(
493493
}
494494

495495
let role_config = zk.role_config(&zk_role);
496-
if let Some(ZookeeperServerRoleConfig {
497-
common,
498-
listener_class: _,
499-
}) = role_config
496+
if let Some(ZookeeperServerRoleConfig { common, .. }) = role_config {
500497
{
501498
add_pdbs(
502499
&common.pod_disruption_budget,

0 commit comments

Comments
 (0)