argo-workflows icon indicating copy to clipboard operation
argo-workflows copied to clipboard

Is it possible to have defaults for `CronWorkflow`?

Open max-sixty opened this issue 2 years ago • 1 comments

Summary

Currently there's a workflowDefaults feature in the worflow controller configmap — very useful!

We'd like to set a default startingDeadlineSeconds, so if the workflow controller fails, it'll create any workflows that it missed when K8s starts another back up. This exists on CronWorkflowSpec rather than WorkflowSpec, though.

Is that possible at the moment?

Thank you!


Message from the maintainers:

Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.

max-sixty avatar Dec 18 '22 23:12 max-sixty

+1 on this one. In our use case we'd like to set a default value for concurrencyPolicy (different from argo's default one) so something cronWorkflowDefaults would be useful

matanlb avatar Jan 17 '24 15:01 matanlb