argo-cd/resource_customizations/install.istio.io/IstioOperator/health_test.yaml
whitleykeith b79db51340
feat: Added healthchecks for more custom resources (#3726) (#3728)
* 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
2020-06-12 09:51:13 -07:00

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