File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1059,7 +1059,11 @@ fn build_server_rolegroup_statefulset(
10591059 }
10601060
10611061 if merged_airflow_config. logging . enable_vector_agent {
1062- match & airflow. spec . cluster_config . vector_aggregator_config_map_name {
1062+ match & airflow
1063+ . spec
1064+ . cluster_config
1065+ . vector_aggregator_config_map_name
1066+ {
10631067 Some ( vector_aggregator_config_map_name) => {
10641068 pb. add_container ( build_logging_container (
10651069 resolved_product_image,
@@ -1244,7 +1248,11 @@ fn build_executor_template_config_map(
12441248 }
12451249
12461250 if merged_executor_config. logging . enable_vector_agent {
1247- match & airflow. spec . cluster_config . vector_aggregator_config_map_name {
1251+ match & airflow
1252+ . spec
1253+ . cluster_config
1254+ . vector_aggregator_config_map_name
1255+ {
12481256 Some ( vector_aggregator_config_map_name) => {
12491257 pb. add_container ( build_logging_container (
12501258 resolved_product_image,
You can’t perform that action at this time.
0 commit comments