Miretpl commented on code in PR #64559:
URL: https://github.com/apache/airflow/pull/64559#discussion_r3028599255


##########
chart/values.yaml:
##########
@@ -3676,9 +3804,8 @@ config:
     standalone_dag_processor: '{{ ternary "True" "False" (or (semverCompare 
">=3.0.0" .Values.airflowVersion) (.Values.dagProcessor.enabled | default 
false)) }}'
   dag_processor:
     # Dag bundle configuration list in JSON string format.
-    # This is automatically generated from 
.Values.dagProcessor.dagBundleConfigList using the dag_bundle_config_list 
helper function.
-    # Deprecated: Direct override via 
config.dag_processor.dag_bundle_config_list is deprecated.
-    # Use dagProcessor.dagBundleConfigList instead.
+    # This is automatically generated from 
`.Values.dagProcessor.dagBundleConfigList` using the `dag_bundle_config_list` 
helper function.
+    # Direct override is only possible via `dagProcessor.dagBundleConfigList` 
configuration

Review Comment:
   True, we don't have the check for it.



-- 
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