github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/astra.netapp.io/ExecHooksRun/health_test.yaml (about)

     1  tests:
     2    - healthStatus:
     3        status: Progressing
     4        message: "No status available"
     5      inputPath: testdata/progressing_nostatus.yaml
     6    - healthStatus:
     7        status: Progressing
     8        message: "ExecHooksRun Running"
     9      inputPath: testdata/progressing_status.yaml
    10    - healthStatus:
    11        status: Healthy
    12        message: "ExecHooksRun Completed"
    13      inputPath: testdata/healthy.yaml
    14    - healthStatus:
    15        status: Degraded
    16        message: "Failed"
    17      inputPath: testdata/degraded.yaml