Skip to content

Commit

Permalink
Update dags_airflow_fede_rucio_k8soperator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leggerf authored Jan 31, 2024
1 parent fdaa423 commit 4556df9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dags_airflow_fede_rucio_k8soperator.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
namespace='airflow',
image="ubuntu:16.04",
cmds=["bash", "-cx"],
arguments=["echo", "10"],
arguments=["pwd", "ls"],
labels={"foo": "bar"},
name="airflow-test-pod",
task_id="task",
is_delete_operator_pod=True,
name="test-data-access",
task_id="data-access",
is_delete_operator_pod=False,
hostnetwork=False,
dag=dag
)
Expand Down

0 comments on commit 4556df9

Please sign in to comment.