forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass image_pull_policy in KubernetesPodOperator correctly (apache#13289)
* pass image_pull_policy to V1Container image_pull_policy is not being passed into the V1Container in KubernetesPodOperator. This commit fixes this. * add test for image_pull_policy not set image_pull_policy should be IfNotPresent by default if it's not set. The test ensure the correct value is passed to the V1Container object.
- Loading branch information
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters