mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-01 05:47:17 +00:00
19 lines
698 B
YAML
19 lines
698 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Healthy
|
|
inputPath: testdata/healthy_running.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
inputPath: testdata/healthy_suspended.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: Waiting for deploying
|
|
inputPath: testdata/progressing_deployedNotReady.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: Waiting for deploying
|
|
inputPath: testdata/progressing_deploying.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "org.apache.flink.configuration.IllegalConfigurationException: TaskManager memory configuration failed: Cannot read memory size from config option ''taskmanager.memory.network.max''."
|
|
inputPath: testdata/degraded_error.yaml
|