mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
18 lines
545 B
YAML
18 lines
545 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: ClickHouse installation completed successfully
|
|
inputPath: testdata/healthy_completed.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: ClickHouse installation in progress
|
|
inputPath: testdata/progressing_inprogress.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "ClickHouse status: Failed"
|
|
inputPath: testdata/degraded_failed.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: ClickHouse status not yet available
|
|
inputPath: testdata/progressing_nostatus.yaml
|