argo-cd/resource_customizations/ocs.openshift.io/StorageCluster/health_test.yaml
Jennifer Weir 2801a11efc
fix(health-check): StorageCluster.ocs.openshift.io (#23393)
Signed-off-by: Jennifer Weir <contact@jenniferpweir.com>
2025-06-14 18:08:44 -04:00

13 lines
390 B
YAML

tests:
- healthStatus:
status: Degraded
message: "CephCluster error: Failed to configure ceph cluster"
inputPath: testdata/degraded.yaml
- healthStatus:
status: Progressing
message: "Initializing StorageCluster"
inputPath: testdata/progressing.yaml
- healthStatus:
status: Healthy
message: "Reconcile completed successfully"
inputPath: testdata/available.yaml