argo-cd/resource_customizations/networking.gke.io/ManagedCertificate/health_test.yaml
Josh Soref a724574ede
chore: Spelling (#3647)
chore: Spelling (#3647)
2020-05-27 10:22:13 -07:00

13 lines
431 B
YAML

tests:
- healthStatus:
status: Progressing
message: "At least one certificate is still being provisioned"
inputPath: testdata/provisioning.yaml
- healthStatus:
status: Degraded
message: "At least one certificate has failed to be provisioned"
inputPath: testdata/failed.yaml
- healthStatus:
status: Healthy
message: "All certificates are active"
inputPath: testdata/active.yaml