Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(charts): use interval-based cronjob schedule syntax #6088

Closed
iromli opened this issue Sep 20, 2023 · 0 comments · Fixed by #6089
Closed

fix(charts): use interval-based cronjob schedule syntax #6088

iromli opened this issue Sep 20, 2023 · 0 comments · Fixed by #6089
Assignees
Labels
comp-charts-jans kind-bug Issue or PR is a bug in existing functionality

Comments

@iromli
Copy link
Contributor

iromli commented Sep 20, 2023

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.

@iromli iromli self-assigned this Sep 20, 2023
@mo-auto mo-auto added the kind-bug Issue or PR is a bug in existing functionality label Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-charts-jans kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants