Skip to content

Commit

Permalink
Update dags_airflow_fede_rucio_k8sexecutor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leggerf authored Feb 6, 2024
1 parent 4cca90e commit 1a517c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dags_airflow_fede_rucio_k8sexecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
k8s.V1Container(
name="base", # the image must be named base
# image=f"{repo}:{tag}", # the image must contain airflow
args=["sleep 3000"],
command=["bash", "-cx"],
# args=["sleep 3000"],
# command=["bash", "-cx"],
),
k8s.V1Container(
name="sidecar",
Expand Down

0 comments on commit 1a517c7

Please sign in to comment.