mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
21 lines
604 B
YAML
21 lines
604 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: 'Waiting for status'
|
|
inputPath: testdata/progressing.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: 'Waiting for spec update to be observed'
|
|
inputPath: testdata/observed-generation-outdated.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: 'Resource is being deleted'
|
|
inputPath: testdata/deleting.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: 'ServiceInstance update failed'
|
|
inputPath: testdata/degraded.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: 'Ready to use'
|
|
inputPath: testdata/healthy.yaml
|