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 20df609 commit 393b2ffCopy full SHA for 393b2ff
1 file changed
rust/operator-binary/src/controller/build/resource/statefulset.rs
@@ -167,7 +167,7 @@ pub(crate) const LISTENER_DEFAULT_PORT_HTTPS_ENV: &str = "LISTENER_DEFAULT_PORT_
167
/// The rolegroup [`StatefulSet`] runs the rolegroup, as configured by the administrator.
168
///
169
/// The [`Pod`](`stackable_operator::k8s_openapi::api::core::v1::Pod`)s are accessible through the
170
-/// corresponding [`stackable_operator::k8s_openapi::api::core::v1::Service`] (from [`build_rolegroup_headless_service`]).
+/// corresponding [`stackable_operator::k8s_openapi::api::core::v1::Service`] (from `build_rolegroup_headless_service`).
171
#[allow(clippy::too_many_arguments)]
172
pub(crate) async fn build_node_rolegroup_statefulset(
173
cluster: &ValidatedCluster,
0 commit comments