github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/argoproj.io/CronWorkflow/testdata/degradedCronWorkflowWithSubmissionError.yaml (about) 1 apiVersion: argoproj.io/v1alpha1 2 kind: CronWorkflow 3 metadata: 4 name: test-cron-wf 5 namespace: argocd 6 spec: 7 entrypoint: sampleEntryPoint 8 status: 9 conditions: 10 - lastTransitionTime: "2021-11-12T14:28:01Z" 11 message: there is a submission error 12 status: "True" 13 type: SubmissionError