Skip to content

Instantly share code, notes, and snippets.

@bibryam
Created November 15, 2016 09:40
Show Gist options
  • Select an option

  • Save bibryam/f87671b60cf72056f3806b1c7ea60cb4 to your computer and use it in GitHub Desktop.

Select an option

Save bibryam/f87671b60cf72056f3806b1c7ea60cb4 to your computer and use it in GitHub Desktop.
apiVersion: batch/v2alpha1
kind: ScheduledJob
metadata:
name: hello
spec:
schedule: 0/1 * * * ?
jobTemplate:
spec:
template:
spec:
containers:
- name: hello
image: busybox
args:
- /bin/sh
- -c
- date
restartPolicy: OnFailure
concurrencyPolicy: Forbid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment