mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
* add ready = false health check add additional tests Signed-off-by: Trevor Royer <troyer@redhat.com> * Fix health checks for knative resources Signed-off-by: Trevor Royer <troyer@redhat.com> * fix tests Signed-off-by: Trevor Royer <troyer@redhat.com>
17 lines
559 B
YAML
17 lines
559 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "1: InstallSucceeded | True\n2: Ready | Unknown\n"
|
|
inputPath: testdata/progressing.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "1: InstallSucceeded | True\n2: Ready | False\n"
|
|
inputPath: testdata/progressing_ready_false.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
|