Skip to content

Instantly share code, notes, and snippets.

@knil-sama
Created July 23, 2018 20:32
Show Gist options
  • Select an option

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

Select an option

Save knil-sama/9c6322e072358f9bfb9b4c5440d5e381 to your computer and use it in GitHub Desktop.
spec:
concurrencyPolicy: Allow
failedJobsHistoryLimit: 1
jobTemplate:
spec:
template:
spec:
containers:
- command:
- echo
- hello world
image: bash
imagePullPolicy: Always
name: hello
restartPolicy: Never
terminationGracePeriodSeconds: 30
schedule: '*/5 * * * *'
successfulJobsHistoryLimit: 3
suspend: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment