forked from argoproj/argo-cd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add missing statuses to MinIO Tenant health check (argoproj#10815)
Signed-off-by: dnskr <[email protected]> Signed-off-by: dnskr <[email protected]>
- Loading branch information
Showing
4 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
resource_customizations/minio.min.io/Tenant/testdata/incorrect_tenant_credentials.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
apiVersion: minio.min.io/v2 | ||
kind: Tenant | ||
metadata: | ||
name: minio-tenant | ||
spec: | ||
image: minio/minio:latest | ||
pools: | ||
- name: pool-0 | ||
servers: 1 | ||
volumesPerServer: 4 | ||
status: | ||
revision: 0 | ||
currentState: Tenant credentials are not set properly |
13 changes: 13 additions & 0 deletions
13
resource_customizations/minio.min.io/Tenant/testdata/pool_decommissioning_not_allowed.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
apiVersion: minio.min.io/v2 | ||
kind: Tenant | ||
metadata: | ||
name: minio-tenant | ||
spec: | ||
image: minio/minio:latest | ||
pools: | ||
- name: pool-0 | ||
servers: 1 | ||
volumesPerServer: 4 | ||
status: | ||
revision: 0 | ||
currentState: Pool Decommissioning Not Allowed |