argo-cd/resource_customizations/operator.knative.dev/KnativeServing/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

13 lines
535 B
YAML

tests:
- healthStatus:
status: Progressing
message: "1: DependenciesInstalled | True\n2: DeploymentsAvailable | True\n3: InstallSucceeded | True\n4: Ready | Unknown\n"
inputPath: testdata/progressing.yaml
- healthStatus:
status: Degraded
message: "1: DependenciesInstalled | True\n2: DeploymentsAvailable | True\n3: InstallSucceeded | True\n4: Ready | randomstatus\n"
inputPath: testdata/degraded.yaml
- healthStatus:
status: Healthy
message: "KnativeServing is healthy."
inputPath: testdata/healthy.yaml