argo-cd/resource_customizations/postgresql.cnpg.io/Cluster/health_test.yaml
Rouke Broersma e50dd008fd
feat(actions): Add cloudnativepg reload, restart, promote, suspend and resume actions (#24192)
Signed-off-by: Rouke Broersma <mobrockers@gmail.com>
Signed-off-by: Rouke Broersma <rouke.broersma@infosupport.com>
2025-12-10 01:15:08 -10:00

21 lines
659 B
YAML

tests:
- healthStatus:
status: Progressing
message: "Creating primary instance cluster-example-1"
inputPath: testdata/cluster_progressing.yaml
- healthStatus:
status: Healthy
message: ""
inputPath: testdata/cluster_healthy.yaml
- healthStatus:
status: Suspended
message: "Cluster has been hibernated"
inputPath: testdata/cluster_suspended.yaml
- healthStatus:
status: Degraded
message: "Initiating a failover from cluster-example-2"
inputPath: testdata/cluster_degraded.yaml
- healthStatus:
status: Suspended
message: "Cluster reconciliation is suspended"
inputPath: testdata/cluster_reconcile_suspended.yaml