Skip to content

Commit bc8e54d

Browse files
authored
Merge pull request #34266 from alanssitis/main
fix typo in job example
2 parents 8a3f0b5 + 79e4dee commit bc8e54d

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
@@ -8,7 +8,7 @@ spec:
88
containers:
99
- name: pi
1010
image: perl:5.34
11-
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
11+
command: ["perl", "-Mbignum=bpi", "-wle", "'print bpi(2000)'"]
1212
restartPolicy: Never
1313
backoffLimit: 4
1414

0 commit comments

Comments
 (0)