We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1ba14 commit c0f4b58Copy full SHA for c0f4b58
1 file changed
rust/operator-binary/src/controller.rs
@@ -804,7 +804,7 @@ fn build_rolegroup_services(
804
/// The rolegroup [`StatefulSet`] runs the rolegroup, as configured by the administrator.
805
///
806
/// The [`Pod`](`stackable_operator::k8s_openapi::api::core::v1::Pod`)s are accessible through the
807
-/// corresponding [`Service`] (from [`build_rolegroup_service`]).
+/// corresponding [`Service`] (from [`build_rolegroup_services`]).
808
#[allow(clippy::too_many_arguments)]
809
fn build_metastore_rolegroup_statefulset(
810
hive: &v1alpha1::HiveCluster,
0 commit comments