github.com/argoproj/argo-cd@v1.8.7/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: Degraded
     8      message: 'Resource validation failed: spec.acme.config: Required value: no ACME
     9        solver configuration specified for domain "cd.apps.argoproj.io"'
    10    inputPath: testdata/degraded_configError.yaml
    11  - healthStatus:
    12      status: Healthy
    13      message: 'Certificate issued successfully'
    14    inputPath: testdata/healthy_issued.yaml
    15  - healthStatus:
    16      status: Healthy
    17      message: 'Certificate renewed successfully'
    18    inputPath: testdata/healthy_renewed.yaml