kube/mysql-operator
Lauri Võsandi af83e1783b Clean up operatorlib related stuff 2023-08-16 10:39:20 +03:00
..
README.md Clean up operatorlib related stuff 2023-08-16 10:39:20 +03:00
application-extras.yml mysql-operator: Fix network policy 2022-09-16 08:40:31 +03:00
application.yml mysql-operator: Bump to version 8.0.30-2.0.6 2022-09-16 08:41:07 +03:00
networkpolicy-base.yml Initial commit 2022-08-25 11:22:50 +03:00

README.md

Oracle MySQL operator

We have switched to MariaDB operator and this is not actually deployed in the cluster anymore

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