github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/argoproj.io/CronWorkflow/testdata/degradedCronWorkflowWithSpecError.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: something is wrong with the spec
    12        status: "True"
    13        type: SpecError