Skip to content

Commit

Permalink
fix: prevent spamming pull busybox to dockerhub
Browse files Browse the repository at this point in the history
Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
  • Loading branch information
sudohainguyen committed Feb 1, 2024
1 parent 8bce6dc commit 6a755e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def _create_job_definition(self, job_id, namespace, pods, env, index_offset=0):
}
],
"image": "busybox",
"imagePullPolicy": "Always",
"imagePullPolicy": "IfNotPresent",
"name": "init-hostfile",
"resources": {},
"securityContext": {
Expand Down

0 comments on commit 6a755e1

Please sign in to comment.