feat(minio-operator): add tenant kustomize configuration

This commit is contained in:
wpetit 2023-02-03 12:39:13 +01:00
parent 626844dcc1
commit 93d10efbac
2 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,14 @@
---
nameReference:
- kind: Secret
fieldSpecs:
- path: spec/credsSecret/name
kind: Tenant
- kind: Secret
fieldSpecs:
- path: spec/configuration/name
kind: Tenant
- kind: Secret
fieldSpecs:
- path: spec/users/name
kind: Tenant

View File

@ -7,4 +7,7 @@ commonAnnotations:
operator.min.io/support: "https://subnet.min.io"
resources:
- github.com/minio/operator/resources
- github.com/minio/operator/resources
configurations:
- ./configurations/tenants.minio.min.io.yaml