Skip to content

Commit bbbc4ad

Browse files
committed
set rolegroup label on listener pvcs to none
1 parent f38deac commit bbbc4ad

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

0 commit comments

Comments
 (0)