mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
* feat: Added Google PubSub Topic and Subscription to health checks Signed-off-by: Patrick Kerwood <patrick@kerwood.dk> * Fixed apiVersion in test files Signed-off-by: Patrick Kerwood <patrick@kerwood.dk>
21 lines
593 B
YAML
21 lines
593 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Dependency not found"
|
|
inputPath: testdata/dependency_not_found.yaml
|
|
- healthStatus:
|
|
status: Suspended
|
|
message: "Dependency not ready"
|
|
inputPath: testdata/dependency_not_ready.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "The resource is up to date"
|
|
inputPath: testdata/up_to_date.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Update failed"
|
|
inputPath: testdata/update_failed.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Update in progress"
|
|
inputPath: testdata/update_in_progress.yaml
|