Skip to content

Commit 5629842

Browse files
committed
set rolegroup label on listener pvcs
1 parent c5c2264 commit 5629842

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
@@ -1189,7 +1189,7 @@ async fn build_node_rolegroup_statefulset(
11891189
// A version value is required, and we do want to use the "recommended" format for the other desired labels
11901190
"none",
11911191
&rolegroup_ref.role,
1192-
"none",
1192+
&rolegroup_ref.role_group,
11931193
))
11941194
.context(LabelBuildSnafu)?;
11951195

0 commit comments

Comments
 (0)