From c3f0671ea006186d28172904f774dcf94036d798 Mon Sep 17 00:00:00 2001 From: Alessio Romano Date: Mon, 16 Sep 2024 18:16:58 +0200 Subject: [PATCH] update test DAG focal --- dags_airflow_ale_kopfocal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dags_airflow_ale_kopfocal.py b/dags_airflow_ale_kopfocal.py index b9dc4bd..b11d157 100644 --- a/dags_airflow_ale_kopfocal.py +++ b/dags_airflow_ale_kopfocal.py @@ -36,6 +36,7 @@ task_id="kubeop", # the Docker image to launch image="ubuntu:20.04", + cmds=["sleep","infinity"], # launch the Pod on the same cluster as Airflow is running on in_cluster=True, # launch the Pod in the same namespace as Airflow is running in