kube/minio-clusters/README.md

12 lines
442 B
Markdown

# minio-clusters
This is namespace for Minio clusters managed by Codemowers' sample
[minio-bucket-operator](https://github.com/codemowers/operatorlib/tree/main/samples/minio-bucket-operator)
which is deployed via [ArgoCD](https://argocd.k-space.ee/applications/argocd/minio-bucket-operator)
To update bump the `image` tag for the classes and issue:
```
kubectl apply -n minio-clusters -f dedicated.yaml -f external.yaml -f shared.yaml
```