Skip to content

Commit 64e23c1

Browse files
committed
fix: Prevent spamming pull busybox from dockerhub
Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
1 parent 8bce6dc commit 64e23c1

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

Lines changed: 1 addition & 1 deletion
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)