argo-cd/resource_customizations/cert-manager.io/Issuer/health_test.yaml

14 lines
436 B
YAML

tests:
- healthStatus:
status: Progressing
message: Initializing issuer
inputPath: testdata/progressing_noStatus.yaml
- healthStatus:
status: Healthy
message: The ACME account was registered with the ACME server
inputPath: testdata/healthy_registered.yaml
- healthStatus:
status: Degraded
message: "Failed to verify ACME account: acme: : 404 page not found\n"
inputPath: testdata/degraded_acmeFailed.yaml