Skip to content

Commit

Permalink
Add minio-operator config (#342)
Browse files Browse the repository at this point in the history
* add minio operator config

* add context.json
  • Loading branch information
TZ-zzz authored Mar 8, 2024
1 parent 800dbfc commit 4d0692f
Show file tree
Hide file tree
Showing 6 changed files with 13,742 additions and 0 deletions.
29 changes: 29 additions & 0 deletions data/minio-operator/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"deploy": {
"steps": [
{
"apply": {
"file": "data/minio-operator/operator.yaml",
"operator": true
}
},
{
"wait": {
"duration": 10
}
},
{
"apply": {
"file": "data/minio-operator/tenant-config.yaml"
}
},
{
"apply": {
"file": "data/minio-operator/storage-user.yaml"
}
}
]
},
"crd_name": "tenants.minio.min.io",
"seed_custom_resource": "data/minio-operator/cr.yaml"
}
Loading

0 comments on commit 4d0692f

Please sign in to comment.