Skip to content

Instantly share code, notes, and snippets.

@knil-sama
Last active July 2, 2018 21:17
Show Gist options
  • Select an option

  • Save knil-sama/22606b24934f6dc58cd0c4455a7442f0 to your computer and use it in GitHub Desktop.

Select an option

Save knil-sama/22606b24934f6dc58cd0c4455a7442f0 to your computer and use it in GitHub Desktop.
apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: test
spec:
schedule: "*/5 * * * *"
jobTemplate:
spec:
template:
spec:
containers:
- name: hello
image: bash
command: ["echo", "Hello world"]
restartPolicy: OnFailure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment