mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-02 06:17:18 +00:00
* fix: spark application check fails on missing section Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
13 lines
348 B
YAML
13 lines
348 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "SparkApplication is Pending Rerun"
|
|
inputPath: testdata/progressing.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Job Failed"
|
|
inputPath: testdata/degraded.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "SparkApplication is Running"
|
|
inputPath: testdata/healthy.yaml
|