github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/cert-manager.io/Certificate/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: Waiting for certificate
     5    inputPath: testdata/progressing_noStatus.yaml
     6  - healthStatus:
     7      status: Progressing
     8      message: Issuing certificate as Secret does not exist
     9    inputPath: testdata/progressing_issuing.yaml
    10  - healthStatus:
    11      status: Progressing
    12      message: Issuing certificate as Secret does not exist
    13    inputPath: testdata/progressing_issuing_last.yaml
    14  - healthStatus:
    15      status: Degraded
    16      message: 'Resource validation failed: spec.acme.config: Required value: no ACME
    17        solver configuration specified for domain "cd.apps.argoproj.io"'
    18    inputPath: testdata/degraded_configError.yaml
    19  - healthStatus:
    20      status: Healthy
    21      message: 'Certificate issued successfully'
    22    inputPath: testdata/healthy_issued.yaml
    23  - healthStatus:
    24      status: Healthy
    25      message: 'Certificate renewed successfully'
    26    inputPath: testdata/healthy_renewed.yaml