mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-06 16:06:56 +00:00
14 lines
206 B
YAML
14 lines
206 B
YAML
|
apiVersion: batch/v1
|
||
|
kind: Job
|
||
|
metadata:
|
||
|
name: pi
|
||
|
spec:
|
||
|
template:
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: pi
|
||
|
image: perl
|
||
|
command: ["perl"]
|
||
|
restartPolicy: Never
|
||
|
backoffLimit: 4
|