Skip to content

Instantly share code, notes, and snippets.

@vamsijakkula
Created July 5, 2020 07:47
Show Gist options
  • Save vamsijakkula/e827cd97b4defd428654615b7458d3a9 to your computer and use it in GitHub Desktop.
Save vamsijakkula/e827cd97b4defd428654615b7458d3a9 to your computer and use it in GitHub Desktop.
apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: hello-cron
spec:
schedule: "*/1 * * * *"
jobTemplate:
spec:
template:
spec:
containers:
- name: hello-cron
image: vamsijakkula/hello-cron:latest
restartPolicy: OnFailure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment