Skip to content

Commit 8b2f4b6

Browse files
committed
Add two more comments
1 parent a54f9e5 commit 8b2f4b6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

rust/operator-binary/src/crd/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ impl v1alpha2::AirflowCluster {
461461
.to_string(),
462462
);
463463
}
464+
// init-container seems to only accept one command line.
464465
vec![cp_commands.join(" && ")]
465466
}
466467

rust/operator-binary/src/env_vars.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ pub fn build_airflow_statefulset_envs(
284284
Ok(transform_map_to_vec(env))
285285
}
286286

287+
// contains absolute path to git-sync folder and log config.
287288
fn construct_python_path(airflow: &v1alpha2::AirflowCluster) -> String {
288289
let mut python_path = format!("{LOG_CONFIG_DIR}:");
289290
let symlinks = airflow.get_gitsync_absolute_paths();

0 commit comments

Comments
 (0)