github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/openfaas.com/Function/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: "Waiting for Function"
     5    inputPath: testdata/progressing.yaml
     6  - healthStatus:
     7      status: Degraded
     8      message: "Secret missing: secrets \"missing-secret\" not found"
     9    inputPath: testdata/degraded_no_secret.yaml
    10  - healthStatus:
    11      status: Healthy
    12      message: "Deployment and service reconciled"
    13    inputPath: testdata/healthy.yaml
    14  - healthStatus:
    15      status: Suspended
    16      message: "No replicas available"
    17    inputPath: testdata/suspended_zero_replicas.yaml