Remove dangling job.yaml (#6124)

pull/6142/head
Qiming 2017-11-02 10:02:28 +08:00 committed by Steve Perry
parent 0f28ec8553
commit 9f80a39166
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
apiVersion: batch/v1
kind: Job
metadata:
name: pi
spec:
template:
metadata:
name: pi
spec:
containers:
- name: pi
image: perl
command: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
restartPolicy: Never