argo-cd/resource_customizations/services.cloud.sap.com/ServiceInstance/health_test.yaml
Dobromir Zahariev 51c9add05d
feat: Add health checks for ServiceBinding and ServiceInstance (#25007)
Signed-off-by: Dobromir Zahariev <dzahariev@yahoo.com>
2025-10-21 16:09:28 -04:00

21 lines
604 B
YAML

tests:
- healthStatus:
status: Progressing
message: 'Waiting for status'
inputPath: testdata/progressing.yaml
- healthStatus:
status: Progressing
message: 'Waiting for spec update to be observed'
inputPath: testdata/observed-generation-outdated.yaml
- healthStatus:
status: Progressing
message: 'Resource is being deleted'
inputPath: testdata/deleting.yaml
- healthStatus:
status: Degraded
message: 'ServiceInstance update failed'
inputPath: testdata/degraded.yaml
- healthStatus:
status: Healthy
message: 'Ready to use'
inputPath: testdata/healthy.yaml