mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
* feat(health): Add healtchcheck for acid.zalan.do/postgresql Signed-off-by: Remo Zellmer <rze@vizrt.com> * feat(health): Add healthcheck for grafana.integreatly.org/Grafana and GrafanaDatasource Signed-off-by: Remo Zellmer <rze@vizrt.com> * feat(health): Add healthcheck for k8s.keycloak.org/Keycloak Signed-off-by: Remo Zellmer <rze@vizrt.com> * feat(health): Add healthcheck for solr.apache.org/SolrCloud Signed-off-by: Remo Zellmer <rze@vizrt.com> --------- Signed-off-by: Remo Zellmer <rze@vizrt.com>
17 lines
No EOL
438 B
YAML
17 lines
No EOL
438 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Waiting for postgres cluster status..."
|
|
inputPath: testdata/provisioning.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Updating"
|
|
inputPath: testdata/progressing.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "Running"
|
|
inputPath: testdata/healthy.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "UpdateFailed"
|
|
inputPath: testdata/degraded.yaml |