mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
14 lines
383 B
YAML
14 lines
383 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "Object bucket claim phase is Bound"
|
|
inputPath: testdata/healthy.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Object bucket claim phase is Pending"
|
|
inputPath: testdata/progressing.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Object bucket claim phase is Failed"
|
|
inputPath: testdata/degraded.yaml
|