mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-05 07:38:22 +00:00
17 lines
498 B
YAML
17 lines
498 B
YAML
tests:
|
|
# - healthStatus:
|
|
# status: Progressing
|
|
# message: Progressing
|
|
# inputPath: testdata/progressing.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: Failed
|
|
inputPath: testdata/degraded.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: Succeeded
|
|
inputPath: testdata/healthy.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "Helm repositories of type 'oci' do not contain any information in the status."
|
|
inputPath: testdata/oci.yaml
|