commit
bc8e54d5a8
|
@ -8,7 +8,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: pi
|
- name: pi
|
||||||
image: perl:5.34
|
image: perl:5.34
|
||||||
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
|
command: ["perl", "-Mbignum=bpi", "-wle", "'print bpi(2000)'"]
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
backoffLimit: 4
|
backoffLimit: 4
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue