Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kkothule authored Feb 17, 2022
1 parent 57a949a commit 0487f91
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ to the time zone you wish to schedule your jobs in and Cronjobber will
take care of the rest.

```yaml
apiVersion: cronjobber.github.com/v1
kind: TZCronJob
apiVersion: tzcronjob.github.com/v1
kind: TZCronjob
metadata:
name: hello
name: tzcronjob-sample
spec:
schedule: "*/1 * * * *"
timezone: "Europe/Amsterdam"
successfulJobsHistoryLimit: 2
jobTemplate:
spec:
template:
Expand Down

0 comments on commit 0487f91

Please sign in to comment.