We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb68dd commit d0ef362Copy full SHA for d0ef362
1 file changed
apps/kubernetes-provider/src/index.ts
@@ -212,6 +212,7 @@ class KubernetesTaskOperations implements TaskOperations {
212
{
213
name: "populate-taskinfo",
214
image: "docker.io/library/busybox",
215
+ imagePullPolicy: "IfNotPresent",
216
command: ["/bin/sh", "-c"],
217
args: ["printenv COORDINATOR_HOST | tee /etc/taskinfo/coordinator-host"],
218
env: [
0 commit comments