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 63f72ab commit b7c744c
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 @@ -64,9 +64,9 @@
k8s.V1Container(
name="sidecar",
image=f"{repo}:{tag}",
args=["sleep 3000"],
# args=["sleep 3000"],
command=["bash", "-cx"],
# command=["./get-token.sh"],
command=["./get-token.sh"],
image_pull_policy="Always",
),
],
Expand Down

0 comments on commit b7c744c

Please sign in to comment.