mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
* Adding LexisNexis to USERS.md * Adding Istio healthcheck * Adding Jaeger healthcheck * Adding Kafka healthcheck * Adding Kiali healthcheck * Adding Knative healthchecks * Adding Spark Application healthcheck * Adding Zookeeper healthcheck
17 lines
No EOL
578 B
YAML
17 lines
No EOL
578 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Component is being updated to a different version."
|
|
inputPath: testdata/progressing_updating.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Controller has started but not yet completed reconciliation loop for the component."
|
|
inputPath: testdata/progressing_reconciling.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Component is in an error state."
|
|
inputPath: testdata/degraded.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "Component is healthy."
|
|
inputPath: testdata/healthy.yaml |