github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/astra.netapp.io/ExecHook/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: Healthy
     8        message: "ExecHook enabled"
     9      inputPath: testdata/healthy.yaml
    10    - healthStatus:
    11        status: Suspended
    12        message: "ExecHook disabled"
    13      inputPath: testdata/suspended.yaml