github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/beat.k8s.elastic.co/Beat/health_test.yaml (about) 1 tests: 2 - healthStatus: 3 status: Healthy 4 message: "Elastic Beat status is Green" 5 inputPath: testdata/ready_green.yaml 6 - healthStatus: 7 status: Progressing 8 message: "Elastic Beat phase is progressing" 9 inputPath: testdata/ready_yellow_single_node.yaml 10 - healthStatus: 11 status: Progressing 12 message: "Elastic Beat status is deploying, there is 1 instance(s) on 2 expected" 13 inputPath: testdata/ready_yellow.yaml 14 - healthStatus: 15 status: Progressing 16 message: "Elastic Beat phase is progressing" 17 inputPath: testdata/progressing.yaml 18 - healthStatus: 19 status: Degraded 20 message: "Elastic Beat status is Red" 21 inputPath: testdata/ready_red.yaml 22 - healthStatus: 23 status: Unknown 24 message: "Elastic Beat status is unknown. Ensure your ArgoCD is current and then check for/file a bug report: https://github.com/argoproj/argo-cd/issues" 25 inputPath: testdata/unknown.yaml 26 - healthStatus: 27 status: Unknown 28 message: "Elastic Beat status is unknown. Ensure your ArgoCD is current and then check for/file a bug report: https://github.com/argoproj/argo-cd/issues" 29 inputPath: testdata/invalid.yaml