kube/mysql-operator/README.md

9 lines
351 B
Markdown
Raw Permalink Normal View History

2023-08-16 07:39:20 +00:00
# Oracle MySQL operator
We have switched to MariaDB operator and this is not actually deployed in the cluster anymore
```
2022-08-16 09:40:54 +00:00
helm template mysql-operator mysql-operator/mysql-operator --namespace mysql-operator --include-crds > application.yml
kubectl apply -n mysql-operator -f application.yml -f application-extras.yml -f networkpolicy-base.yml
2023-08-16 07:39:20 +00:00
```