stop trying to pull init image when already present

This commit is contained in:
nicktrn
2024-04-29 15:33:46 +01:00
parent 8eb68dd852
commit d0ef36260a
+1
View File
@@ -212,6 +212,7 @@ class KubernetesTaskOperations implements TaskOperations {
{
name: "populate-taskinfo",
image: "docker.io/library/busybox",
imagePullPolicy: "IfNotPresent",
command: ["/bin/sh", "-c"],
args: ["printenv COORDINATOR_HOST | tee /etc/taskinfo/coordinator-host"],
env: [