mysql-clusters not used

This commit is contained in:
2025-08-07 16:34:56 +03:00
parent 5f90a41009
commit 796e9394ca
8 changed files with 0 additions and 20 deletions

View File

@@ -0,0 +1,10 @@
# MariaDB clusters
This is namespace for MariaDB clusters managed by Codemowers' sample
[mysql-database-operator](https://github.com/codemowers/operatorlib/tree/main/samples/mysql-database-operator)
which is deployed via [ArgoCD](https://argocd.k-space.ee/applications/argocd/mysql-database-operator)
```
kubectl create namespace mysql-clusters
kubectl apply -n mysql-clusters -f application.yaml
```