mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-30 05:17:17 +00:00
14 lines
436 B
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
|
|
|