github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/spot.io/SpotDeployment/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Degraded
     4      message: "Rollout is aborted"
     5    inputPath: testdata/degraded_spotdeployment.yaml
     6  - healthStatus:
     7      status: Healthy
     8    inputPath: testdata/healthy_spotdeployment.yaml
     9  - healthStatus:
    10      status: Degraded
    11      message: "The Rollout \"basic\" is invalid: spec.strategy.strategy: Required value: Rollout has missing field '.spec.strategy.canary or .spec.strategy.blueGreen'"
    12    inputPath: testdata/invalid_spec_spotdeployment.yaml