mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-30 13:27:18 +00:00
14 lines
535 B
YAML
14 lines
535 B
YAML
|
|
tests:
|
||
|
|
- healthStatus:
|
||
|
|
status: Progressing
|
||
|
|
message: "1: DependenciesInstalled | True\n2: DeploymentsAvailable | True\n3: InstallSucceeded | True\n4: Ready | Unknown\n"
|
||
|
|
inputPath: testdata/progressing.yaml
|
||
|
|
- healthStatus:
|
||
|
|
status: Degraded
|
||
|
|
message: "1: DependenciesInstalled | True\n2: DeploymentsAvailable | True\n3: InstallSucceeded | True\n4: Ready | randomstatus\n"
|
||
|
|
inputPath: testdata/degraded.yaml
|
||
|
|
- healthStatus:
|
||
|
|
status: Healthy
|
||
|
|
message: "KnativeServing is healthy."
|
||
|
|
inputPath: testdata/healthy.yaml
|