Cron Expression Kubernetes
I'm having an issue when trying to add a cron job in my JAVA OPTS in kubernetes with Helm Charts.I have this cron expression in my JAVA OPTS ( -Dsynchronization.import.cron='0 0 0 31 12 ? 2099'). It works well from my docker compose file for testing....