stop trying to pull init image when already present
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user