mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
17 lines
587 B
YAML
17 lines
587 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: "3scale ProxyConfigPromote is ready"
|
|
inputPath: testdata/healthy.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: "Failed to promote proxy configuration - product not found"
|
|
inputPath: testdata/degraded.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Proxy configuration promotion is in progress"
|
|
inputPath: testdata/in-progress.yaml
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: "Waiting for 3scale ProxyConfigPromote status..."
|
|
inputPath: testdata/progressing.yaml
|