mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-02 14:27:19 +00:00
17 lines
488 B
YAML
17 lines
488 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "No status available"
|
|
inputPath: testdata/progressing_nostatus.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "ExecHooksRun Running"
|
|
inputPath: testdata/progressing_status.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "ExecHooksRun Completed"
|
|
inputPath: testdata/healthy.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Failed"
|
|
inputPath: testdata/degraded.yaml
|