1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/test/Job/job.yaml

14 lines
206 B
YAML
Raw Normal View History

apiVersion: batch/v1
kind: Job
metadata:
name: pi
spec:
template:
spec:
containers:
- name: pi
image: perl
command: ["perl"]
restartPolicy: Never
backoffLimit: 4