argo-cd/resource_customizations/apps.openshift.io/DeploymentConfig/health_test.yaml
Ishita Sequeira c0f2bf55a7
feat: health check for openshift DeploymentConfig (#7114)
* feat: health check for openshift DeploymentConfig

Signed-off-by: ishitasequeira <isequeir@redhat.com>

* Address PR comments

Signed-off-by: ishitasequeira <isequeir@redhat.com>
2021-09-03 17:26:31 +02:00

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