Skip to content

Commit

Permalink
Update dags_airflow_fede_k8sexecutor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leggerf authored Jan 30, 2024
1 parent 5b138e7 commit c018ef6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dags_airflow_fede_k8sexecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def test_volume_mount():
empty_dir=k8s.V1EmptyDirVolumeSource(),
),
],
on_finish_action="delete_pod",
)
),
}
Expand Down Expand Up @@ -249,7 +250,8 @@ def other_namespace_task():
name="base",
image=f"{repo}:{tag}",
),
]
],
on_finish_action="delete_pod",
)
)
}
Expand Down Expand Up @@ -308,6 +310,7 @@ def image_override_task():
resources=k8s_resource_requirements,
)
],
on_finish_action="delete_pod",
affinity=k8s_affinity,
tolerations=k8s_tolerations,
)
Expand Down

0 comments on commit c018ef6

Please sign in to comment.