Here is part of my CronJob spec:
kind: CronJob
spec:
schedule: #{service.schedule}
For a specific environment a cron job is set up, but I never want it to run. Can I write some value into schedule:
that will cause it to never run?
I haven't found any documentation for all supported syntax, but I am hoping for something like:
@never
or @InABillionYears