Skip to content

Commit c3a263e

Browse files
committed
cleaned up comment
1 parent f3a1ae1 commit c3a263e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

rust/operator-binary/src/controller/validate.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,7 @@ where
254254

255255
/// Injects the operator-managed `KAFKA_CLUSTER_ID` into the merged env overrides,
256256
/// but only when the user has not already set it via `envOverrides` (user value
257-
/// wins, preserving product-config's old precedence).
258-
///
259-
/// `KAFKA_CLUSTER_ID` injection moved here from the now-removed
260-
/// `crd::role::*::Configuration::compute_env`.
257+
/// wins).
261258
fn inject_cluster_id(env_overrides: EnvVarSet, cluster_id: Option<&str>) -> Result<EnvVarSet> {
262259
let Some(cluster_id) = cluster_id else {
263260
return Ok(env_overrides);

0 commit comments

Comments
 (0)