argo-cd/resource_customizations/openfaas.com/Function/health_test.yaml

18 lines
519 B
YAML
Raw Normal View History

tests:
- healthStatus:
status: Progressing
message: "Waiting for Function"
inputPath: testdata/progressing.yaml
- healthStatus:
status: Degraded
message: "Secret missing: secrets \"missing-secret\" not found"
inputPath: testdata/degraded_no_secret.yaml
- healthStatus:
status: Healthy
message: "Deployment and service reconciled"
inputPath: testdata/healthy.yaml
- healthStatus:
status: Suspended
message: "No replicas available"
inputPath: testdata/suspended_zero_replicas.yaml