Merge pull request #32871 from mengjiao-liu/sync_configmap_yaml_zh

[zh] Sync mysql-configmap.yaml
This commit is contained in:
Kubernetes Prow Robot
2022-04-12 04:01:24 -07:00
committed by GitHub
@@ -5,12 +5,14 @@ metadata:
labels:
app: mysql
data:
master.cnf: |
# Apply this config only on the master.
primary.cnf: |
# Apply this config only on the primary.
[mysqld]
log-bin
slave.cnf: |
# Apply this config only on slaves.
datadir=/var/lib/mysql/mysql
replica.cnf: |
# Apply this config only on replicas.
[mysqld]
super-read-only
datadir=/var/lib/mysql/mysql