File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
crates/stackable-operator/src/product_logging Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -1385,6 +1385,7 @@ sinks:
13851385/// # image_pull_policy: "Always".into(),
13861386/// # pull_secrets: None,
13871387/// # };
1388+ /// # let vector_aggregator_config_map_name = "vector-aggregator-discovery";
13881389///
13891390/// let mut pod_builder = PodBuilder::new();
13901391/// pod_builder.metadata(ObjectMetaBuilder::default().build());
@@ -1418,11 +1419,6 @@ sinks:
14181419/// );
14191420///
14201421/// if logging.enable_vector_agent {
1421- /// if let Some(vector_aggregator_config_map_name) = spec
1422- /// .cluster_config
1423- /// .vector_aggregator_config_map_name
1424- /// .to_owned()
1425- /// {
14261422/// pod_builder.add_container(product_logging::framework::vector_container(
14271423/// &resolved_product_image,
14281424/// "config",
@@ -1431,7 +1427,6 @@ sinks:
14311427/// resources,
14321428/// vector_aggregator_config_map_name,
14331429/// ).unwrap());
1434- /// }
14351430/// }
14361431///
14371432/// pod_builder.build().unwrap();
You can’t perform that action at this time.
0 commit comments