Skip to content

Commit a353d82

Browse files
committedFeb 1, 2024·
fix: prevent spamming pull busybox to dockerhub
1 parent 8bce6dc commit a353d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎sdk/python/feast/infra/materialization/contrib/bytewax/bytewax_materialization_engine.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ def _create_job_definition(self, job_id, namespace, pods, env, index_offset=0):
421421
}
422422
],
423423
"image": "busybox",
424-
"imagePullPolicy": "Always",
424+
"imagePullPolicy": "IfNotPresent",
425425
"name": "init-hostfile",
426426
"resources": {},
427427
"securityContext": {

0 commit comments

Comments
 (0)