github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/minio.min.io/Tenant/health_test.yaml (about) 1 tests: 2 - healthStatus: 3 status: Healthy 4 message: "Initialized" 5 inputPath: testdata/initialized.yaml 6 - healthStatus: 7 status: Progressing 8 message: "Provisioning MinIO Cluster IP Service" 9 inputPath: testdata/provisioning.yaml 10 - healthStatus: 11 status: Progressing 12 message: "Waiting for Pods to be ready" 13 inputPath: testdata/waiting.yaml 14 - healthStatus: 15 status: Progressing 16 message: "Updating MinIO Version" 17 inputPath: testdata/updating.yaml 18 - healthStatus: 19 status: Degraded 20 message: "Statefulset not controlled by operator" 21 inputPath: testdata/out_of_control.yaml 22 - healthStatus: 23 status: Degraded 24 message: "Another MinIO Tenant already exists in the namespace" 25 inputPath: testdata/another_tenant_exists.yaml 26 - healthStatus: 27 status: Degraded 28 message: "Tenant credentials are not set properly" 29 inputPath: testdata/incorrect_tenant_credentials.yaml 30 - healthStatus: 31 status: Degraded 32 message: "Different versions across MinIO Pools" 33 inputPath: testdata/versions_mismatch.yaml 34 - healthStatus: 35 status: Degraded 36 message: "Pool Decommissioning Not Allowed" 37 inputPath: testdata/pool_decommissioning_not_allowed.yaml 38 - healthStatus: 39 status: Progressing 40 message: "<unknown status message>" 41 inputPath: testdata/unknown_status_message.yaml 42 - healthStatus: 43 status: Progressing 44 message: "No status info available" 45 inputPath: testdata/no_status.yaml