Skip to content

Commit c5c2264

Browse files
committed
fix app version label on listener
1 parent bbbc4ad commit c5c2264

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

rust/operator-binary/src/controller.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,12 @@ pub async fn reconcile_nifi(
580580

581581
let role_group_listener = build_group_listener(
582582
nifi,
583-
build_recommended_labels(nifi, NIFI_CONTROLLER_NAME, &nifi_role.to_string(), "none"),
583+
build_recommended_labels(
584+
nifi,
585+
&resolved_product_image.app_version_label,
586+
&nifi_role.to_string(),
587+
"none",
588+
),
584589
listener_class.to_owned(),
585590
group_listener_name(nifi, &nifi_role.to_string()),
586591
)

0 commit comments

Comments
 (0)