fix typo in job example

This commit is contained in:
alanssitis
2022-06-13 22:51:26 +00:00
parent 8a3f0b53ec
commit 79e4dee5d9
+1 -1
View File
@@ -8,7 +8,7 @@ spec:
containers:
- name: pi
image: perl:5.34
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
command: ["perl", "-Mbignum=bpi", "-wle", "'print bpi(2000)'"]
restartPolicy: Never
backoffLimit: 4