argo-cd/resource_customizations/pkg.crossplane.io/Provider/health_test.yaml
Simon Rüegg 0681c2754a
feat: Add health checks for Crossplane providers (#4778)
Signed-off-by: Simon Rüegg <simon@rueggs.ch>
2020-11-10 13:57:21 -08:00

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