Skip to content

Commit

Permalink
fix rustdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
maltesander committed Oct 20, 2023
1 parent d46933b commit b2eec4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/operator-binary/src/discovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pub async fn build_discovery_configmaps(

/// Build a discovery [`ConfigMap`] containing information about how to connect to a certain [`HiveCluster`]
///
/// `hosts` will usually come from either [`pod_hosts`] or [`nodeport_hosts`].
/// `hosts` will usually come from the cluster role service or [`nodeport_hosts`].
fn build_discovery_configmap(
name: &str,
owner: &impl Resource<DynamicType = ()>,
Expand Down

0 comments on commit b2eec4c

Please sign in to comment.