blob: cc1cf3d6919100274f8bc9bebc603e6be2ed4c87 [file] [log] [blame]
apiVersion: batch/v2alpha1
kind: CronJob
metadata:
creationTimestamp: null
name: hellocron
spec:
jobTemplate:
metadata:
annotations:
sidecar.istio.io/inject: "false"
creationTimestamp: null
spec:
template:
metadata:
creationTimestamp: null
spec:
containers:
- args:
- /bin/sh
- -c
- date; echo Hello from the Kubernetes cluster
image: busybox
name: hello
resources: {}
restartPolicy: OnFailure
schedule: '*/1 * * * *'
status: {}
---