File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
crates/stackable-operator/src/product_logging Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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();
You can’t perform that action at this time.
0 commit comments