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 a2e86f3 commit 9c55592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def sync(self, parent, children):
jobConfigs = {}
i = 0
for job in jobs:
jobConfigs["job-" + i] = json.dumps({"spec": {"template": {"spec": job}}})
jobConfigs["job-" + str(i) + ".yaml"] = json.dumps({"spec": {"template": {"spec": job}}})
i = i + 1

desired_status = {
Expand Down

0 comments on commit 9c55592

Please sign in to comment.