github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/external-secrets.io/ClusterExternalSecret/health_test.yaml (about)

     1  tests:
     2    - healthStatus:
     3        status: Progressing
     4        message: Waiting for ClusterExternalSecret
     5      inputPath: testdata/progressing.yaml
     6    - healthStatus:
     7        status: Degraded
     8        message: 'one or more namespaces failed'
     9      inputPath: testdata/notready.yaml
    10    - healthStatus:
    11        status: Degraded
    12        message: 'one or more namespaces failed'
    13      inputPath: testdata/partiallyready.yaml
    14    - healthStatus:
    15        status: Degraded
    16        message: 'one or more namespaces failed'
    17      inputPath: testdata/partiallyready-multiple-conditions.yaml
    18    - healthStatus:
    19        status: Healthy
    20        message: ''
    21      inputPath: testdata/healthy.yaml