mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
17 lines
551 B
YAML
17 lines
551 B
YAML
tests:
|
|
- healthStatus:
|
|
status: Progressing
|
|
message: Waiting for provider to be installed
|
|
inputPath: testdata/progressing_noStatus.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: ActivePackageRevision UnhealthyPackageRevision
|
|
inputPath: testdata/degraded_installed.yaml
|
|
- healthStatus:
|
|
status: Degraded
|
|
message: UnpackingPackage HealthyPackageRevision
|
|
inputPath: testdata/degraded_healthy.yaml
|
|
- healthStatus:
|
|
status: Healthy
|
|
message: ActivePackageRevision HealthyPackageRevision
|
|
inputPath: testdata/healthy.yaml
|