We are big fans of https://argoproj.github.io/workflows/ , what about support Argo Workflow CRON job as well ? ## use cases - use argo-workflow web UI for history - can run ad-hoc job from argocd web UI - able to add tasks in the workflow ## Implementation - make possible to disable the cronJob template (a simple if .Values.disableCronJob) - create a workflow-templates template (https://argo-workflows.readthedocs.io/en/latest/workflow-templates/) - create a cron workflow template
We are big fans of https://argoproj.github.io/workflows/ , what about support Argo Workflow CRON job as well ?
use cases
Implementation