The schedule: "*/1 * * * *" is the same as "* * * * *"

This commit is contained in:
Tammer Saleh
2021-12-29 00:18:51 +00:00
parent 31f9762ce7
commit 19845f593e
@@ -3,7 +3,7 @@ kind: CronJob
metadata:
name: hello
spec:
schedule: "*/1 * * * *"
schedule: "* * * * *"
jobTemplate:
spec:
template: