github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/monitoring.coreos.com/Prometheus/health_test.yaml (about)

     1  tests:
     2    - healthStatus:
     3        status: Healthy
     4        message: "All instances are available"
     5      inputPath: testdata/healthy.yaml
     6    - healthStatus:
     7        status: Progressing
     8        message: "SomePodsNotReady"
     9      inputPath: testdata/progressing.yaml
    10    - healthStatus:
    11        status: Degraded
    12        message: "shard 0: pod prometheus-prometheus-stack-kube-prom-prometheus-0: 0/5 nodes are available: 2 node(s) didn't match Pod's node affinity/selector, 3 node(s) were unschedulable.\nshard 0: pod prometheus-prometheus-stack-kube-prom-prometheus-1: 0/5 nodes are available: 2 node(s) didn't match Pod's node affinity/selector, 3 node(s) were unschedulable."
    13      inputPath: testdata/degraded.yaml