uplsh580 commented on code in PR #60645:
URL: https://github.com/apache/airflow/pull/60645#discussion_r2699052554
##########
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.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:
Users can override this value to ignore the `dag_bundles` configuration,
maintaining backward compatibility with the approach of directly providing a
JSON string in config.dag_processor.dag_bundle_config_list.
--
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]