Skip to content

Commit b2d6e34

Browse files
Update crates/stackable-operator/src/product_logging/framework.rs
Co-authored-by: Siegfried Weber <[email protected]>
1 parent e55387e commit b2d6e34

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

crates/stackable-operator/src/product_logging/framework.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,14 +1421,14 @@ sinks:
14211421
/// );
14221422
///
14231423
/// if logging.enable_vector_agent {
1424-
/// pod_builder.add_container(product_logging::framework::vector_container(
1425-
/// &resolved_product_image,
1426-
/// "config",
1427-
/// "log",
1428-
/// logging.containers.get(&Container::Vector),
1429-
/// resources,
1430-
/// vector_aggregator_config_map_name,
1431-
/// ).unwrap());
1424+
/// pod_builder.add_container(product_logging::framework::vector_container(
1425+
/// &resolved_product_image,
1426+
/// "config",
1427+
/// "log",
1428+
/// logging.containers.get(&Container::Vector),
1429+
/// resources,
1430+
/// vector_aggregator_config_map_name,
1431+
/// ).unwrap());
14321432
/// }
14331433
///
14341434
/// pod_builder.build().unwrap();

0 commit comments

Comments
 (0)