github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/argoproj.io/CronWorkflow/health_test.yaml (about) 1 tests: 2 - healthStatus: 3 status: Healthy 4 message: "we are done" 5 inputPath: testdata/healthyCronWorkflow.yaml 6 - healthStatus: 7 status: Degraded 8 message: "something is wrong with the spec" 9 inputPath: testdata/degradedCronWorkflowWithSpecError.yaml 10 - healthStatus: 11 status: Degraded 12 message: "there is a submission error" 13 inputPath: testdata/degradedCronWorkflowWithSubmissionError.yaml 14 - healthStatus: 15 status: Healthy 16 message: "CronWorkflow is healthy." 17 inputPath: testdata/noConditionsCronWorkflow.yaml 18 - healthStatus: 19 status: Healthy 20 message: "CronWorkflow is healthy." 21 inputPath: testdata/withConditionButHealthyCronWorkflow.yaml