Merge pull request #33633 from mengjiao-liu/revert-configmap-mysql

Revert an incorrect fix in mysql-configmap.yaml
This commit is contained in:
Kubernetes Prow Robot
2022-06-01 15:17:46 -07:00
committed by GitHub
@@ -9,10 +9,8 @@ data:
# Apply this config only on the primary. # Apply this config only on the primary.
[mysqld] [mysqld]
log-bin log-bin
datadir=/var/lib/mysql/mysql
replica.cnf: | replica.cnf: |
# Apply this config only on replicas. # Apply this config only on replicas.
[mysqld] [mysqld]
super-read-only super-read-only
datadir=/var/lib/mysql/mysql