Skip to content

Commit 49ce07f

Browse files
authored
Merge pull request #34475 from mcmattco/patch-1
Fix manifest for example Job to calculate π
2 parents aeba742 + 1ee7c15 commit 49ce07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/examples/controllers/job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
spec:
88
containers:
99
- name: pi
10-
image: perl
10+
image: perl:5.34
1111
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
1212
restartPolicy: Never
1313
backoffLimit: 4

0 commit comments

Comments
 (0)