From e9b3c8cd7571ef1775853ecb506eae94de0d881a Mon Sep 17 00:00:00 2001 From: Kinzhi Date: Sat, 23 Jul 2022 17:24:50 +0800 Subject: [PATCH] [zh-cn]Update content/zh-cn/examples/controllers/job.yaml --- content/zh-cn/examples/controllers/job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh-cn/examples/controllers/job.yaml b/content/zh-cn/examples/controllers/job.yaml index a6e40bc778..d8befe89db 100644 --- a/content/zh-cn/examples/controllers/job.yaml +++ b/content/zh-cn/examples/controllers/job.yaml @@ -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