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 ddf552b commit 78fc2c1
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 @@ -62,7 +62,7 @@
k8s.V1Container(
name="sidecar",
image=f"{repo}:{tag}",
args=['ls'],
args=['sleep 300'],
command=["bash", "-cx"],
# command=["./get-token.sh"],
image_pull_policy="Always",
Expand Down

0 comments on commit 78fc2c1

Please sign in to comment.