Skip to content

Commit

Permalink
docs: fix mistake in cron schedule value
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha authored Oct 25, 2023
1 parent cb0fde5 commit 35c6db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ spec:
type: cron
job:
# Run daily job at 2am.
schedule: 0 2 * * *
schedule: "0 2 * * *"
# "Never" or "OnFailure"
restartPolicy: Never
containers:
Expand Down

0 comments on commit 35c6db8

Please sign in to comment.