mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-02 06:17:18 +00:00
25 lines
730 B
YAML
25 lines
730 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
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: 'Waiting for status'
|
|
inputPath: testdata/generation.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: 'HTTPProxy inclusions cannot be health checked'
|
|
inputPath: testdata/parent_child.yaml
|