We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d12fe4 commit 630b0acCopy full SHA for 630b0ac
1 file changed
examples/job_examples.py
@@ -26,8 +26,7 @@ def create_job_object():
26
container = client.V1Container(
27
name="pi",
28
image="perl",
29
- command=["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"],
30
- )
+ command=["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"])
31
# Create and configurate a spec section
32
template = client.V1PodTemplateSpec(
33
metadata=client.V1ObjectMeta(labels={"app": "pi"}),
0 commit comments