Skip to content

Commit b250784

Browse files
committed
docs: fix opensearch / upstream references
1 parent a5a738a commit b250784

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rust/operator-binary/src/controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ impl ValidatedMetaStoreConfig {
231231
/// The cluster identity (`name`, `namespace`, `uid`) is captured here so that owner
232232
/// references for child objects can be built straight from this struct
233233
/// (via its [`Resource`] impl) without threading the raw [`v1alpha1::HiveCluster`]
234-
/// around. This mirrors the opensearch-operator's `ValidatedCluster`.
234+
/// around.
235235
pub struct ValidatedCluster {
236236
/// `ObjectMeta` carrying `name`, `namespace` and `uid`, so this struct can act as the
237237
/// owner [`Resource`] for child objects.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ fn validate_role_group_config(
283283
config: ValidatedMetaStoreConfig::from_merged(merged.config.config, logging),
284284
config_overrides: merged.config.config_overrides,
285285
env_overrides,
286-
// Hive does not use CLI overrides; the field is carried (and merged upstream) but unused.
286+
// Hive does not use CLI overrides; the field is carried through the merge but unused.
287287
cli_overrides: merged.config.cli_overrides,
288288
pod_overrides: merged.config.pod_overrides,
289289
product_specific_common_config: merged.config.product_specific_common_config,

0 commit comments

Comments
 (0)