Add mysql-clusters namespace

This commit is contained in:
2023-02-26 11:15:48 +02:00
parent 41b7b509f4
commit 2343edbe6b
4 changed files with 67 additions and 48 deletions

8
mysql-clusters/README.md Normal file
View File

@@ -0,0 +1,8 @@
# MySQL clusters
This is namespace for MySQL clusters managed by operator-bundle
```
kubectl create namespace mysql-clusters
kubectl apply -n mysql-clusters -f application.yaml
```