mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
13 lines
No EOL
414 B
YAML
13 lines
No EOL
414 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: 'Initializing cluster resource set'
|
|
inputPath: testdata/progressing_resourceapplied.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: 'Failed to apply resources'
|
|
inputPath: testdata/degraded_resourceapplied.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: 'cluster resource set is applied'
|
|
inputPath: testdata/healthy_resourceapplied.yaml |