We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5682231 commit 0e068d3Copy full SHA for 0e068d3
1 file changed
rust/operator-binary/src/controller.rs
@@ -1072,7 +1072,7 @@ async fn build_node_rolegroup_statefulset(
1072
create_vector_shutdown_file_command =
1073
create_vector_shutdown_file_command(STACKABLE_LOG_DIR),
1074
}];
1075
- let mut container_nifi = container_builder
+ let container_nifi = container_builder
1076
.image_from_product_image(resolved_product_image)
1077
.command(vec![
1078
"/bin/bash".to_string(),
0 commit comments