mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
13 lines
383 B
YAML
13 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
|