Skip to content

Commit ebe8079

Browse files
adwk67maltesander
andauthored
Update rust/operator-binary/src/crd/mod.rs
Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
1 parent 6b359d1 commit ebe8079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rust/operator-binary/src/crd

rust/operator-binary/src/crd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ impl v1alpha1::AirflowCluster {
535535
})
536536
.map(|(rolegroup_name, role_group)| {
537537
(
538-
self.rolegroup_ref(AirflowRole::Worker.to_string(), rolegroup_name),
538+
self.rolegroup_ref(role.to_string(), rolegroup_name),
539539
role_group.replicas.unwrap_or_default(),
540540
)
541541
})

0 commit comments

Comments
 (0)