Skip to content

Commit

Permalink
runner job imagePolicy to ifNotPresent
Browse files Browse the repository at this point in the history
  • Loading branch information
IbraheemAlSaady committed Jan 13, 2022
1 parent 0e14831 commit 4ece478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/k8s_jobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func getJobSpecForRun(
Image: getTerraformDockerImage(),
VolumeMounts: mounts,
Env: envVars,
ImagePullPolicy: corev1.PullAlways,
ImagePullPolicy: corev1.PullIfNotPresent,
},
},
Volumes: volumes,
Expand Down

0 comments on commit 4ece478

Please sign in to comment.