Skip to content

Commit 7a41f55

Browse files
committed
added image pull policy to pod manifest builder
1 parent 4333614 commit 7a41f55

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/app/services/pod_manifest_builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def build(self) -> Dict[str, Any]:
4343
{
4444
"name": "script-runner",
4545
"image": self.image,
46+
"imagePullPolicy": "IfNotPresent", # Only if not available locally
4647
"command": self.command,
4748
"args": [],
4849
"resources": {

0 commit comments

Comments
 (0)