argo-cd/resource_customizations/objectbucket.io/ObjectBucketClaim/health_test.yaml
afarbos 9ee5cca38b
feat: Add health check for Ceph CRD (#24111)
Signed-off-by: Arnaud Farbos <afarbos@nvidia.com>
2025-11-18 14:16:40 -08:00

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