Skip to content

Commit d0ef362

Browse files
committed
stop trying to pull init image when already present
1 parent 8eb68dd commit d0ef362

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/kubernetes-provider/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ class KubernetesTaskOperations implements TaskOperations {
212212
{
213213
name: "populate-taskinfo",
214214
image: "docker.io/library/busybox",
215+
imagePullPolicy: "IfNotPresent",
215216
command: ["/bin/sh", "-c"],
216217
args: ["printenv COORDINATOR_HOST | tee /etc/taskinfo/coordinator-host"],
217218
env: [

0 commit comments

Comments
 (0)