mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
Signed-off-by: danko <adamd@elementor.com> Signed-off-by: Hapshanko <adamgaming391100@gmail.com> Signed-off-by: Grégoire Salamin <gregoire.salamin@gmail.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Navaneethan <59121948+FalseDev@users.noreply.github.com> Signed-off-by: Fox Danger Piacenti <fox@opencraft.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: CI <ci@argoproj.com> Signed-off-by: Pavel Aborilov <aborilov@gmail.com> Signed-off-by: Adam Danko <112761282+Hapshanko@users.noreply.github.com> Co-authored-by: danko <adamd@elementor.com> Co-authored-by: gsalamin <31199936+gsalamin@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Navaneethan <59121948+FalseDev@users.noreply.github.com> Co-authored-by: Fox Piacenti <fox@vulpinity.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: CI <ci@argoproj.com> Co-authored-by: Pavel <aborilov@gmail.com>
25 lines
No EOL
704 B
YAML
25 lines
No EOL
704 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Dependency not found"
|
|
inputPath: testdata/dependency_not_found.yaml
|
|
- healthStatus:
|
|
status: Suspended
|
|
message: "Dependency not ready"
|
|
inputPath: testdata/dependency_not_ready.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "The resource is up to date"
|
|
inputPath: testdata/up_to_date.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Update failed"
|
|
inputPath: testdata/update_failed.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Update in progress"
|
|
inputPath: testdata/update_in_progress.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: 'Update in progress'
|
|
inputPath: testdata/generation.yaml |