mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Signed-off-by: Mahesh <maheshkasbe010@gmail.com> Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com>
21 lines
677 B
YAML
21 lines
677 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "All Statefulset workloads are ready and updated"
|
|
inputPath: testdata/healthy.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Some replicas are not ready or available"
|
|
inputPath: testdata/degraded.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Waiting for initialization"
|
|
inputPath: testdata/unknown.yaml
|
|
- healthStatus:
|
|
status: Suspended
|
|
message: "Statefulset is paused"
|
|
inputPath: testdata/suspended.yaml
|
|
- healthStatus:
|
|
status: Suspended
|
|
message: "Statefulset needs manual intervention"
|
|
inputPath: testdata/partition_suspended.yaml
|