argo-cd/resource_customizations/astra.netapp.io/ExecHooksRun/health_test.yaml
2024-05-01 19:22:23 +03:00

17 lines
488 B
YAML

tests:
- healthStatus:
status: Progressing
message: "No status available"
inputPath: testdata/progressing_nostatus.yaml
- healthStatus:
status: Progressing
message: "ExecHooksRun Running"
inputPath: testdata/progressing_status.yaml
- healthStatus:
status: Healthy
message: "ExecHooksRun Completed"
inputPath: testdata/healthy.yaml
- healthStatus:
status: Degraded
message: "Failed"
inputPath: testdata/degraded.yaml