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

Fix mysql-configmap.yaml  error
pull/32434/merge
Kubernetes Prow Robot 2022-04-11 21:41:22 -07:00 committed by GitHub
commit e1927a684a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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