github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/clickhouse.altinity.com/ClickHouseInstallation/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Healthy
     4      message: ClickHouse installation completed successfully
     5    inputPath: testdata/healthy_completed.yaml
     6  - healthStatus:
     7      status: Progressing
     8      message: ClickHouse installation in progress
     9    inputPath: testdata/progressing_inprogress.yaml
    10  - healthStatus:
    11      status: Degraded
    12      message: "ClickHouse status: Failed"
    13    inputPath: testdata/degraded_failed.yaml
    14  - healthStatus:
    15      status: Progressing
    16      message: ClickHouse status not yet available
    17    inputPath: testdata/progressing_nostatus.yaml