mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-27 03:47:19 +00:00
14 lines
406 B
YAML
14 lines
406 B
YAML
|
|
tests:
|
||
|
|
- healthStatus:
|
||
|
|
status: Progressing
|
||
|
|
message: "1: InstallSucceeded | True\n2: Ready | Unknown\n"
|
||
|
|
inputPath: testdata/progressing.yaml
|
||
|
|
- healthStatus:
|
||
|
|
status: Degraded
|
||
|
|
message: "1: InstallSucceeded | True\n2: Ready | randomstatus\n"
|
||
|
|
inputPath: testdata/degraded.yaml
|
||
|
|
- healthStatus:
|
||
|
|
status: Healthy
|
||
|
|
message: "KnativeEventing is healthy."
|
||
|
|
inputPath: testdata/healthy.yaml
|