Fix example job yaml (#6064)

Dedent the backoffLimit key so that it lives in the Job spec, not the Pod spec, where it actually belongs.
This commit is contained in:
Richard Xia
2017-10-26 14:34:42 -07:00
committed by Steve Perry
parent 5bfcd2695a
commit ce0e1fa9fd
+1 -1
View File
@@ -12,5 +12,5 @@ spec:
image: perl
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
restartPolicy: Never
backoffLimit: 4
backoffLimit: 4