Skip to content

Commit 4f689ae

Browse files
committed
clippy warning and comment update
1 parent 8b9682a commit 4f689ae

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

rust/operator-binary/src/airflow_controller.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub const AIRFLOW_CONTROLLER_NAME: &str = "airflowcluster";
5656
pub 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.
6060
pub const EXECUTOR_ROLE_NAME: &str = "executor";
6161
pub 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,

0 commit comments

Comments
 (0)