2026-07-16 14:28:19 -07:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
2026-07-20 08:22:53 -07:00
|
|
|
namespace: storage
|
2026-07-16 14:28:19 -07:00
|
|
|
resources:
|
|
|
|
|
- minio-tenant.yaml
|
2026-08-18 15:08:02 -07:00
|
|
|
- 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).
|