Merge pull request #34266 from alanssitis/main

fix typo in job example
pull/34414/head^2
Kubernetes Prow Robot 2022-07-12 23:23:36 -07:00 committed by GitHub
commit bc8e54d5a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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