mirror of
https://github.com/paralus/paralus.git
synced 2026-03-05 10:30:25 +00:00
7 lines
150 B
YAML
7 lines
150 B
YAML
apiVersion: "stable.example.com/v1"
|
|
kind: CronTab
|
|
metadata:
|
|
name: my-new-cron-object
|
|
spec:
|
|
cronSpec: "* * * * */5"
|
|
image: my-awesome-cron-image2 |