We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54f9e5 commit 8b2f4b6Copy full SHA for 8b2f4b6
2 files changed
rust/operator-binary/src/crd/mod.rs
@@ -461,6 +461,7 @@ impl v1alpha2::AirflowCluster {
461
.to_string(),
462
);
463
}
464
+ // init-container seems to only accept one command line.
465
vec![cp_commands.join(" && ")]
466
467
rust/operator-binary/src/env_vars.rs
@@ -284,6 +284,7 @@ pub fn build_airflow_statefulset_envs(
284
Ok(transform_map_to_vec(env))
285
286
287
+// contains absolute path to git-sync folder and log config.
288
fn construct_python_path(airflow: &v1alpha2::AirflowCluster) -> String {
289
let mut python_path = format!("{LOG_CONFIG_DIR}:");
290
let symlinks = airflow.get_gitsync_absolute_paths();
0 commit comments