mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
* update deploymentConfig's healthcheck to wait for replicationController to be available Signed-off-by: Roncajolo Gerald <groncajolo@softwaymedical.fr> * Add Softway Medical to users Signed-off-by: Roncajolo Gerald <groncajolo@softwaymedical.fr> Signed-off-by: Roncajolo Gerald <groncajolo@softwaymedical.fr>
21 lines
703 B
YAML
21 lines
703 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "replication controller is waiting for pods to run"
|
|
inputPath: testdata/progressing.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "replication controller is waiting for pods to run"
|
|
inputPath: testdata/progressing_rc_updated.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
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "replication controller successfully rolled out"
|
|
inputPath: testdata/healthy_zero_replicas.yaml |