mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-05 07:38:22 +00:00
17 lines
481 B
YAML
17 lines
481 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "Valid HTTPProxy"
|
|
inputPath: testdata/healthy.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: 'Waiting for status'
|
|
inputPath: testdata/progressing.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: 'Waiting for controller'
|
|
inputPath: testdata/not_reconciled.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: 'At least one error present, see Errors for details'
|
|
inputPath: testdata/degraded.yaml
|