mirror of
https://github.com/paralus/paralus.git
synced 2026-04-22 09:36:47 +00:00
7 lines
149 B
YAML
7 lines
149 B
YAML
apiVersion: "stable.example.com/v1"
|
|
kind: CronTab
|
|
metadata:
|
|
name: my-new-cron-object
|
|
spec:
|
|
cronSpec: "* * * * */5"
|
|
image: my-awesome-cron-image |