kunaljoshi-creator commented on issue #60630: URL: https://github.com/apache/airflow/issues/60630#issuecomment-3758683558
Defining **dag_bundle_config_list** as an embedded JSON string in **values.yaml** is difficult to read and maintain, particularly for multiple bundles. A structured YAML configuration that is rendered to JSON via a Helm helper would improve readability, reduce errors, and provide better IDE support. For implementation, it would be good to consider backward compatibility with the existing string-based configuration, as well as clearly documenting precedence if both options are provided. This seems like a reasonable usability improvement for the Helm chart. -- 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]
