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 ca93e79 commit 660b585
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dags_airflow_fede_rucio_k8sexecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
k8s.V1Container(
name="sidecar",
image=f"{repo}:{tag}",
# args=['echo "Hello"'],
# command=["bash", "-cx"],
command=["./get-token.sh"],
args=['pwd'],
command=["bash", "-cx"],
# command=["./get-token.sh"],
image_pull_policy="Always",
),
],
Expand Down

0 comments on commit 660b585

Please sign in to comment.