mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
17 lines
No EOL
513 B
YAML
17 lines
No EOL
513 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Waiting for InterStepBufferService status"
|
|
inputPath: testdata/progressing.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "InterStepBufferService is healthy"
|
|
inputPath: testdata/healthy.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Waiting for 3 pods to be ready...\n"
|
|
inputPath: testdata/degraded.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Failed progressive upgrade"
|
|
inputPath: testdata/degraded-progressive.yaml |