Merge pull request #34475 from mcmattco/patch-1

Fix manifest for example Job to calculate π
This commit is contained in:
Kubernetes Prow Robot
2022-06-23 03:09:44 -07:00
committed by GitHub
+1 -1
View File
@@ -7,7 +7,7 @@ spec:
spec: spec:
containers: containers:
- name: pi - name: pi
image: perl image: perl:5.34
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"] command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
restartPolicy: Never restartPolicy: Never
backoffLimit: 4 backoffLimit: 4