File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ pub const AIRFLOW_CONTROLLER_NAME: &str = "airflowcluster";
5656pub const CONTAINER_IMAGE_BASE_NAME : & str = "airflow" ;
5757
5858/// Pseudo role/role-group names for the Kubernetes executor's resources (it is not a real
59- /// [` AirflowRole`] ). Used to derive its labels and ConfigMap name.
59+ /// AirflowRole). Used to derive its labels and ConfigMap name.
6060pub const EXECUTOR_ROLE_NAME : & str = "executor" ;
6161pub const EXECUTOR_ROLE_GROUP_NAME : & str = "kubernetes" ;
6262
@@ -440,7 +440,6 @@ async fn build_executor_template(
440440 & executor_role_name ( ) ,
441441 & executor_role_group_name ( ) ,
442442 // The kubernetes-executor pod template does not apply webserver_config.py overrides
443- // (preserves prior behaviour, which passed an empty map here).
444443 & AirflowConfigOverrides :: default ( ) ,
445444 & executor_config. logging ,
446445 & Container :: Base ,
You can’t perform that action at this time.
0 commit comments