github.com/argoproj/argo-cd@v1.8.7/resource_customizations/cert-manager.io/Issuer/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: Initializing issuer
     5    inputPath: testdata/progressing_noStatus.yaml
     6  - healthStatus:
     7      status: Healthy
     8      message: The ACME account was registered with the ACME server
     9    inputPath: testdata/healthy_registered.yaml
    10  - healthStatus:
    11      status: Degraded
    12      message: "Failed to verify ACME account: acme: : 404 page not found\n"
    13    inputPath: testdata/degraded_acmeFailed.yaml
    14