Update README.md

This commit is contained in:
Benjamin Baron 2019-02-21 16:34:12 +01:00 committed by GitHub
parent 9dcb3d01e8
commit c0d4ef0c6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ spec:
```
* `spec`:
* `schedule`: when to start this cron, in the same format as the linux crons. `*/2 * * * *` means every minute
* `schedule`: when to start this cron, in the same format as the linux crons. `*/2 * * * *` means every 2 minutes
* `jobTemplate`: the template of the container(s) to start
* `command`: the command to run, here compute the first 100 digits of π.
@ -79,4 +79,4 @@ If you have a long running background process - like a consumer of a queue - you
```bash
$ kubectl delete deployment,rs,service,cronjob,pod --all
```
```