Skip to content

Commit 09121e5

Browse files
xeniapesbernauer
andauthored
Update rust/operator-binary/src/controller.rs
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent 6edbf7f commit 09121e5

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
@@ -1226,8 +1226,8 @@ async fn build_node_rolegroup_statefulset(
12261226
.context(AddVolumeMountSnafu)?;
12271227

12281228
// We want to add nifi container first for easier defaulting into this container
1229-
// After calling `build()` the ContainerBuilder shouldn't be used anymore, so we drop it
12301229
pod_builder.add_container(container_nifi.build());
1230+
// After calling `build()` the ContainerBuilder shouldn't be used anymore, so we drop it
12311231
drop(container_nifi_builder);
12321232

12331233
for container in git_sync_resources.git_sync_containers.iter().cloned() {

0 commit comments

Comments
 (0)