github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/psmdb.percona.com/PerconaServerMongoDB/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: "0/9 node(s) are ready"
     5    inputPath: testdata/initializing.yaml
     6  - healthStatus:
     7      status: Healthy
     8      message: "9/9 node(s) are ready"
     9    inputPath: testdata/ready.yaml
    10  - healthStatus:
    11      status: Suspended
    12      message: "0/9 node(s) are ready"
    13    inputPath: testdata/paused.yaml
    14  - healthStatus:
    15      status: Progressing
    16      message: "6/9 node(s) are ready"
    17    inputPath: testdata/stopping.yaml
    18  - healthStatus:
    19      status: Degraded
    20      message: "0/9 node(s) are ready"
    21    inputPath: testdata/error.yaml
    22  - healthStatus:
    23      status: Unknown
    24      message: "0/0 node(s) are ready"
    25    inputPath: testdata/unknown.yaml