github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/argoproj.io/CronWorkflow/testdata/withConditionButHealthyCronWorkflow.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: this status may be outdated and we may still be progressing
    12        status: "False"
    13        type: SpecError