mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-29 12:57:16 +00:00
13 lines
431 B
YAML
13 lines
431 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "At least one certificate is still being provisioned"
|
|
inputPath: testdata/provisioning.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "At least one certificate has failed to be provisioned"
|
|
inputPath: testdata/failed.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "All certificates are active"
|
|
inputPath: testdata/active.yaml
|