Skip to content

Commit 0e068d3

Browse files
committed
remove mut from container_nifi
1 parent 5682231 commit 0e068d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ async fn build_node_rolegroup_statefulset(
10721072
create_vector_shutdown_file_command =
10731073
create_vector_shutdown_file_command(STACKABLE_LOG_DIR),
10741074
}];
1075-
let mut container_nifi = container_builder
1075+
let container_nifi = container_builder
10761076
.image_from_product_image(resolved_product_image)
10771077
.command(vec![
10781078
"/bin/bash".to_string(),

0 commit comments

Comments
 (0)