diff --git a/content/en/examples/controllers/job.yaml b/content/en/examples/controllers/job.yaml index a6e40bc778d6d..8d6699d158eb4 100644 --- a/content/en/examples/controllers/job.yaml +++ b/content/en/examples/controllers/job.yaml @@ -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