Closed iromli closed 1 year ago
Current cronjob runs daily even if interval is set to 48 hours (by default). After investigating, k8s CronJob accepts @every syntax (undocumented feature) which is based on https://pkg.go.dev/github.com/robfig/cron.
@every
Current cronjob runs daily even if interval is set to 48 hours (by default). After investigating, k8s CronJob accepts
@every
syntax (undocumented feature) which is based on https://pkg.go.dev/github.com/robfig/cron.