jscheffl commented on code in PR #60645:
URL: https://github.com/apache/airflow/pull/60645#discussion_r2701688854


##########
chart/values.yaml:
##########
@@ -3268,6 +3296,11 @@ config:
     statsd_host: '{{ printf "%s-statsd" (include "airflow.fullname" .) }}'
     # `run_duration` included for Airflow 1.10 backward compatibility; removed 
in 2.0.
     run_duration: 41460
+  dag_processor:
+    # DAG bundle configuration list in JSON string format.
+    # This is automatically generated from .Values.dagProcessor.dag_bundles 
using the dag_bundles helper function.
+    # You can also provide a custom JSON string directly to override the 
generated value.
+    dag_bundle_config_list: '{{ include "dag_bundles" . }}'

Review Comment:
   I'd actually rather mark this as deprecated as multiple parallel settings 
might be overwhelming.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to