argo-workflows
argo-workflows copied to clipboard
Is it possible to have defaults for `CronWorkflow`?
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 👍.
+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