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 26b03b7 commit 9ad19ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dags_airflow_fede_rucio_k8sexecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@
# Define config for pod with data access at CNAF and rucio
#############################################################

repo = "leggerf/rucio-intertwin"
tag = "0.0.0"
# repo = "leggerf/rucio-intertwin"
# tag = "0.0.0"
# use image from worker node as example
repo = conf.get("kubernetes_executor", "worker_container_repository")
tag = conf.get("kubernetes_executor", "worker_container_tag")

kube_exec_config_rucio = {
"pod_override": k8s.V1Pod(
Expand Down

0 comments on commit 9ad19ab

Please sign in to comment.