File tree Expand file tree Collapse file tree
rust/operator-binary/src/controller Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments