kube/minio-clusters/README.md

12 lines
442 B
Markdown
Raw Normal View History

2023-03-02 06:46:05 +00:00
# minio-clusters
2023-08-16 07:39:20 +00:00
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)
2023-03-02 06:46:05 +00:00
To update bump the `image` tag for the classes and issue:
```
2023-08-01 18:11:13 +00:00
kubectl apply -n minio-clusters -f dedicated.yaml -f external.yaml -f shared.yaml
2023-03-02 06:46:05 +00:00
```