[zh-cn]Update content/zh-cn/examples/controllers/job.yaml

pull/35277/head
Kinzhi 2022-07-23 17:24:50 +08:00
parent 55b4cee581
commit e9b3c8cd75
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ spec:
spec:
containers:
- name: pi
image: perl:5.34
image: perl:5.34.0
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
restartPolicy: Never
backoffLimit: 4