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