kaxil commented on code in PR #49916: URL: https://github.com/apache/airflow/pull/49916#discussion_r2064701050
########## chart/values.yaml: ########## @@ -323,8 +323,10 @@ rbac: createSCCRoleBinding: false # Airflow executor -# One of: LocalExecutor, LocalKubernetesExecutor, CeleryExecutor, KubernetesExecutor, CeleryKubernetesExecutor -# Specify executors in a prioritized list to leverage multiple execution environments as needed. +# One of: LocalExecutor, CeleryExecutor, KubernetesExecutor +# For Airflow <3.0, LocalKubernetesExecutor and CeleryKubernetesExecutor are also supported Review Comment: ```suggestion # For Airflow >=3.0, pass full path to LocalKubernetesExecutor and CeleryKubernetesExecutor ``` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org