Skip to content

Commit 4ccb600

Browse files
committed
retain rolegroup as label on sts
1 parent 1bf2615 commit 4ccb600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/airflow_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ fn build_server_rolegroup_statefulset(
910910
// A version value is required, and we do want to use the "recommended" format for the other desired labels
911911
"none",
912912
&rolegroup_ref.role,
913-
"none",
913+
&rolegroup_ref.role_group,
914914
))
915915
.context(LabelBuildSnafu)?;
916916

0 commit comments

Comments
 (0)