Merge pull request #32868 from mengjiao-liu/fix-mysql-conf

Fix mysql-configmap.yaml  error
This commit is contained in:
Kubernetes Prow Robot
2022-04-11 21:41:22 -07:00
committed by GitHub
@@ -9,8 +9,10 @@ data:
# Apply this config only on the primary.
[mysqld]
log-bin
datadir=/var/lib/mysql/mysql
replica.cnf: |
# Apply this config only on replicas.
[mysqld]
super-read-only
datadir=/var/lib/mysql/mysql