Skip to content

Commit

Permalink
Merge pull request #34266 from alanssitis/main
Browse files Browse the repository at this point in the history
fix typo in job example
  • Loading branch information
k8s-ci-robot authored Jul 13, 2022
2 parents 8a3f0b5 + 79e4dee commit bc8e54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/examples/controllers/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
containers:
- name: pi
image: perl:5.34
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
command: ["perl", "-Mbignum=bpi", "-wle", "'print bpi(2000)'"]
restartPolicy: Never
backoffLimit: 4

0 comments on commit bc8e54d

Please sign in to comment.