Skip to content

Commit ac5a5a5

Browse files
Update rust/operator-binary/src/crd/mod.rs
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent f44b8f8 commit ac5a5a5

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
@@ -840,7 +840,7 @@ impl v1alpha1::TrinoCluster {
840840
role_group_service_name: Self::rolegroup_metrics_service_name(
841841
&role_group_ref.object_name(),
842842
),
843-
pod_name: format!("{}-{}", role_group_ref.object_name(), i),
843+
pod_name: format!("{role_group}-{i}", role_group = role_group_ref.object_name()),
844844
})
845845
}))
846846
}

0 commit comments

Comments
 (0)