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 6edbf7f commit 09121e5Copy full SHA for 09121e5
1 file changed
rust/operator-binary/src/controller.rs
@@ -1226,8 +1226,8 @@ async fn build_node_rolegroup_statefulset(
1226
.context(AddVolumeMountSnafu)?;
1227
1228
// 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
1230
pod_builder.add_container(container_nifi.build());
+ // After calling `build()` the ContainerBuilder shouldn't be used anymore, so we drop it
1231
drop(container_nifi_builder);
1232
1233
for container in git_sync_resources.git_sync_containers.iter().cloned() {
0 commit comments