We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4333614 commit 7a41f55Copy full SHA for 7a41f55
1 file changed
backend/app/services/pod_manifest_builder.py
@@ -43,6 +43,7 @@ def build(self) -> Dict[str, Any]:
43
{
44
"name": "script-runner",
45
"image": self.image,
46
+ "imagePullPolicy": "IfNotPresent", # Only if not available locally
47
"command": self.command,
48
"args": [],
49
"resources": {
0 commit comments