apiVersion: batch/v1
kind: Job
metadata:
name: hello-world
spec:
template:
spec:
containers:
- name: busybox
image: busybox
command: ["echo", "Hello world!"]
restartPolicy: Never
apiVersion: batch/v1
kind: Job
metadata:
name: hello-world
spec:
template:
spec:
containers:
- name: busybox
image: busybox
command: ["echo", "Hello world!"]
restartPolicy: Never