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 f80a8a2 commit 8e3649a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dags_airflow_fede_rucio_k8sexecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
command=["bash", "-cx"],
),
],
# image_pull_secrets=[
# k8s.V1LocalObjectReference(
# name="dockerhub",
# ),
# ],
image_pull_secrets=[
k8s.V1LocalObjectReference(
name="dockerhub",
),
],
)
)
}
Expand Down

0 comments on commit 8e3649a

Please sign in to comment.