Skip to content

Commit

Permalink
Add version file and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iancoffey committed Nov 18, 2020
1 parent 778a8a9 commit 314f83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bentobuild/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ def create_builder_pod(self, job_name, container_image,
spec=spec)

print("at=initialized-job job=%s ns=%s" %
job.metadata.name, job.metadata.namespace)
(job.metadata.name, job.metadata.namespace))

return job

0 comments on commit 314f83b

Please sign in to comment.