Skip to content

Commit 73b3250

Browse files
maltesanderadwk67
andauthored
Apply suggestions from code review
Co-authored-by: Andrew Kenworthy <1712947+adwk67@users.noreply.github.com>
1 parent 87b0152 commit 73b3250

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
@@ -433,7 +433,7 @@ pub struct ValidatedRoleConfig {
433433
///
434434
/// The role-level discovery `ConfigMap` is deliberately absent: it is built from the *applied*
435435
/// role [`Listener`]'s ingress addresses, so it is assembled in the reconcile step after the
436-
/// Listener has been applied, not here.
436+
/// Listener has been applied, not in the build step.
437437
pub struct KubernetesResources {
438438
pub stateful_sets: Vec<StatefulSet>,
439439
pub services: Vec<Service>,

0 commit comments

Comments
 (0)