mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
18 lines
519 B
YAML
18 lines
519 B
YAML
|
|
tests:
|
||
|
|
- healthStatus:
|
||
|
|
status: Progressing
|
||
|
|
message: "Waiting for Function"
|
||
|
|
inputPath: testdata/progressing.yaml
|
||
|
|
- healthStatus:
|
||
|
|
status: Degraded
|
||
|
|
message: "Secret missing: secrets \"missing-secret\" not found"
|
||
|
|
inputPath: testdata/degraded_no_secret.yaml
|
||
|
|
- healthStatus:
|
||
|
|
status: Healthy
|
||
|
|
message: "Deployment and service reconciled"
|
||
|
|
inputPath: testdata/healthy.yaml
|
||
|
|
- healthStatus:
|
||
|
|
status: Suspended
|
||
|
|
message: "No replicas available"
|
||
|
|
inputPath: testdata/suspended_zero_replicas.yaml
|