mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
* feat: health check for openshift DeploymentConfig Signed-off-by: ishitasequeira <isequeir@redhat.com> * Address PR comments Signed-off-by: ishitasequeira <isequeir@redhat.com>
13 lines
No EOL
401 B
YAML
13 lines
No EOL
401 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "replication controller is waiting for pods to run"
|
|
inputPath: testdata/progressing.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Deployment config is degraded"
|
|
inputPath: testdata/degraded.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "replication controller successfully rolled out"
|
|
inputPath: testdata/healthy.yaml |