argo-cd/resource_customizations/psmdb.percona.com/PerconaServerMongoDB/health_test.yaml
niv8 2f51067e75
psmdb.percona.com/PerconaServerMongoDB resource customization (#20628)
Signed-off-by: Niv Amitai <niv@connecteam.com>
2024-12-10 16:14:43 +05:30

25 lines
667 B
YAML

tests:
- healthStatus:
status: Progressing
message: "0/9 node(s) are ready"
inputPath: testdata/initializing.yaml
- healthStatus:
status: Healthy
message: "9/9 node(s) are ready"
inputPath: testdata/ready.yaml
- healthStatus:
status: Suspended
message: "0/9 node(s) are ready"
inputPath: testdata/paused.yaml
- healthStatus:
status: Progressing
message: "6/9 node(s) are ready"
inputPath: testdata/stopping.yaml
- healthStatus:
status: Degraded
message: "0/9 node(s) are ready"
inputPath: testdata/error.yaml
- healthStatus:
status: Unknown
message: "0/0 node(s) are ready"
inputPath: testdata/unknown.yaml