github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/k8s.keycloak.org/Keycloak/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: "Waiting for Keycloak status conditions to exist"
     5    inputPath: testdata/provisioning.yaml
     6  - healthStatus:
     7      status: Progressing
     8      message: ""
     9    inputPath: testdata/progressing.yaml
    10  - healthStatus:
    11      status: Healthy
    12      message: ""
    13    inputPath: testdata/healthy.yaml
    14  - healthStatus:
    15      status: Degraded
    16      message: "Has Errors: Waiting for foo/keycloak-1 due to CrashLoopBackOff: back-off 10s"
    17    inputPath: testdata/degraded.yaml
    18  - healthStatus:
    19      status: Healthy
    20      message: ""
    21    inputPath: testdata/nil_last_transition_time.yaml