github.com/argoproj/argo-cd@v1.8.7/resource_customizations/pkg.crossplane.io/Provider/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: Waiting for provider to be installed
     5    inputPath: testdata/progressing_noStatus.yaml
     6  - healthStatus:
     7      status: Degraded
     8      message: ActivePackageRevision UnhealthyPackageRevision
     9    inputPath: testdata/degraded_installed.yaml
    10  - healthStatus:
    11      status: Degraded
    12      message: UnpackingPackage HealthyPackageRevision
    13    inputPath: testdata/degraded_healthy.yaml
    14  - healthStatus:
    15      status: Healthy
    16      message: ActivePackageRevision HealthyPackageRevision
    17    inputPath: testdata/healthy.yaml