mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
21 lines
713 B
YAML
21 lines
713 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "3scale APIManager is degraded: MissingWatchedSecrets"
|
|
inputPath: testdata/degraded.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "3scale APIManager is available"
|
|
inputPath: testdata/healthy.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Waiting for 3scale APIManager status..."
|
|
inputPath: testdata/progressing-1.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Waiting for 3scale APIManager status..."
|
|
inputPath: testdata/progressing-2.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Waiting for 3scale APIManager status..."
|
|
inputPath: testdata/progressing-3.yaml
|