feat(minio-operator): add tenant kustomize configuration
This commit is contained in:
parent
626844dcc1
commit
93d10efbac
|
@ -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
|
|
@ -8,3 +8,6 @@ commonAnnotations:
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- github.com/minio/operator/resources
|
- github.com/minio/operator/resources
|
||||||
|
|
||||||
|
configurations:
|
||||||
|
- ./configurations/tenants.minio.min.io.yaml
|
Loading…
Reference in New Issue