Merge pull request #35277 from kinzhi/kinzhi172

[zh-cn]Update content/zh-cn/examples/controllers/job.yaml
This commit is contained in:
Kubernetes Prow Robot
2022-07-23 02:54:56 -07:00
committed by GitHub
+1 -1
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