Skip to content

Commit

Permalink
run hello world containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Deltachaos committed Aug 31, 2024
1 parent b8df144 commit 7f1e13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def add_backup_job(arg):
"containers": [
{
"name": container.name,
"imagePullPolicy": container.imagePullPolicy,
"imagePullPolicy": container.image_pull_policy,
"image": container.image,
"cmd": ["python", "backup.py", arg]
}
Expand Down

0 comments on commit 7f1e13d

Please sign in to comment.