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 45546ad commit 63f72ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags_airflow_fede_rucio_k8sexecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
k8s.V1Container(
name="base", # the image must be named base
# image=f"{repo}:{tag}", # the image must contain airflow
args=['sleep 3000'],
args=["sleep 3000"],
command=["bash", "-cx"],
),
k8s.V1Container(
Expand Down

0 comments on commit 63f72ab

Please sign in to comment.