fix(minio): correct operator chart source + rewrite Tenant to v5 schema + config.env creds — tenant now boots

This commit is contained in:
Story Crater Bot
2026-08-18 15:08:02 -07:00
parent 2623eecfca
commit a6465f7158
10 changed files with 208 additions and 254 deletions
+4 -4
View File
@@ -3,7 +3,7 @@ kind: Kustomization
namespace: storage
resources:
- minio-tenant.yaml
- minio-service.yaml
- minio-replication-job.yaml
- buckets.yaml
# Legacy: minio-legacy-alias.yaml skipped (migration artifact, conflicts with namespace transform)
- minio-policy-job.yaml
# The operator creates the minio S3/console/headless Services and the
# declarative bucket + user from the Tenant spec — no hand-rolled Service or
# Bucket/User CRs (those kinds don't exist in the operator CRD set).