Skip to content

Commit 678f2ec

Browse files
committed
fix: remove upstream references
1 parent 5925935 commit 678f2ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ pub fn validate(
316316

317317
/// Validates every role group of a role into a map keyed by role group name.
318318
///
319-
/// Each role group is merged and validated via the upstream
319+
/// Each role group is merged and validated via
320320
/// [`with_validated_config`], which folds the config fragment (default <- role <-
321321
/// role group) plus the `configOverrides`, `envOverrides`, `podOverrides` and
322322
/// `jvmArgumentOverrides` (role group wins) into a single
@@ -350,7 +350,7 @@ where
350350
>(role_group, role, &default_config)
351351
.context(ValidateRoleGroupConfigSnafu)?;
352352

353-
// The upstream merge returns env overrides as a HashMap. Convert to an
353+
// The merge returns env overrides as a HashMap. Convert to an
354354
// EnvVarSet (validating names early), then inject KAFKA_CLUSTER_ID.
355355
let mut env_overrides = EnvVarSet::new();
356356
for (name, value) in merged.config.env_overrides {

0 commit comments

Comments
 (0)